mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-17 15:41:15 +08:00
feat: add a standalone switch for 090615.aircondition.ktf
This commit is contained in:
parent
d9869e066d
commit
c9a6f5f02b
@ -1,5 +1,23 @@
|
|||||||
{
|
{
|
||||||
"urn:miot-spec-v2:device:air-conditioner:0000A004:090615-ktf:1": [
|
"urn:miot-spec-v2:device:air-conditioner:0000A004:090615-ktf:1": [
|
||||||
|
{
|
||||||
|
"iid": 2,
|
||||||
|
"type": "urn:miot-spec-v2:service:switch:0000780C:090615-ktf:1",
|
||||||
|
"description": "AC Switch",
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"iid": 1,
|
||||||
|
"type": "urn:miot-spec-v2:property:on:00000006:090615-ktf:1",
|
||||||
|
"description": "Switch Status",
|
||||||
|
"format": "bool",
|
||||||
|
"access": [
|
||||||
|
"read",
|
||||||
|
"write",
|
||||||
|
"notify"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"iid": 4,
|
"iid": 4,
|
||||||
"type": "urn:miot-spec-v2:service:environment:0000780A:090615-ktf:1",
|
"type": "urn:miot-spec-v2:service:environment:0000780A:090615-ktf:1",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user