mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-16 23:00:43 +08:00
fix: roidmi.vacuum.v60 siid=2 aiid=3 out field format (#1437)
This commit is contained in:
parent
31f3f241c7
commit
0ee368f421
@ -1676,6 +1676,24 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"urn:miot-spec-v2:device:vacuum:0000A006:roidmi-v60:3": [
|
||||||
|
{
|
||||||
|
"iid": 2,
|
||||||
|
"type": "urn:miot-spec-v2:service:vacuum:00007810:roidmi-v60:1",
|
||||||
|
"description": "Robot Cleaner",
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"iid": 3,
|
||||||
|
"type": "urn:miot-spec-v2:action:start-room-sweep:00002826:roidmi-v60:1",
|
||||||
|
"description": "Start Room Sweep",
|
||||||
|
"in": [
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"out": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"urn:miot-spec-v2:device:water-heater:0000A02A:viomi-m1:2": [
|
"urn:miot-spec-v2:device:water-heater:0000A02A:viomi-m1:2": [
|
||||||
{
|
{
|
||||||
"iid": 2,
|
"iid": 2,
|
||||||
|
|||||||
@ -64,3 +64,6 @@ urn:miot-spec-v2:device:vacuum:0000A006:narwa-001:
|
|||||||
urn:miot-spec-v2:device:vacuum:0000A006:narwa-ax11:
|
urn:miot-spec-v2:device:vacuum:0000A006:narwa-ax11:
|
||||||
services:
|
services:
|
||||||
- '*'
|
- '*'
|
||||||
|
urn:miot-spec-v2:device:vacuum:0000A006:roidmi-v60:
|
||||||
|
actions:
|
||||||
|
- '2.3'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user