mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-12-14 18:20:31 +08:00
Compare commits
2 Commits
a82fd86c60
...
4ad040d2ea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ad040d2ea | ||
|
|
981429670a |
@ -543,6 +543,7 @@ class MIoTHttpClient:
|
|||||||
req_data: dict = {
|
req_data: dict = {
|
||||||
'limit': 200,
|
'limit': 200,
|
||||||
'get_split_device': True,
|
'get_split_device': True,
|
||||||
|
'get_third_device': True,
|
||||||
'dids': dids
|
'dids': dids
|
||||||
}
|
}
|
||||||
if start_did:
|
if start_did:
|
||||||
|
|||||||
@ -203,6 +203,26 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"urn:miot-spec-v2:device:water-heater:0000A02A:viomi-m1:2": [
|
||||||
|
{
|
||||||
|
"iid": 2,
|
||||||
|
"type": "urn:miot-spec-v2:service:switch:0000780C:viomi-m1:1",
|
||||||
|
"description": "Water Heater",
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"iid": 6,
|
||||||
|
"type": "urn:miot-spec-v2:property:on:00000006:viomi-m1:1",
|
||||||
|
"description": "Switch Status",
|
||||||
|
"format": "bool",
|
||||||
|
"access": [
|
||||||
|
"read",
|
||||||
|
"write",
|
||||||
|
"notify"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"urn:miot-spec-v2:device:water-heater:0000A02A:xiaomi-yms2:1": [
|
"urn:miot-spec-v2:device:water-heater:0000A02A:xiaomi-yms2:1": [
|
||||||
{
|
{
|
||||||
"iid": 2,
|
"iid": 2,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user