-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
yahka.json
84 lines (84 loc) · 2.08 KB
/
yahka.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"configType": "customdevice",
"manufacturer": "Roborock",
"model": "S8 Ultra",
"name": "VACL-001",
"serial": "B0:4A:39:6F:03:EC",
"firmware": "4.3.5_2011.23",
"enabled": true,
"category": "15",
"services": [
{
"name": "CleaningStart",
"subType": 1,
"type": "Switch",
"characteristics": [
{
"name": "On",
"enabled": true,
"inOutFunction": "ioBroker.State",
"inOutParameters": "0_userdata.0.Accessories.VACL-001.VACL-001-05-CleaningStart"
}
]
},
{
"name": "CleaningStop",
"subType": 1,
"type": "Switch",
"characteristics": [
{
"name": "On",
"enabled": true,
"inOutFunction": "ioBroker.State",
"inOutParameters": "0_userdata.0.Accessories.VACL-001.VACL-001-06-CleaningStop"
}
]
},
{
"name": "ReturnToBase",
"subType": 1,
"type": "Switch",
"characteristics": [
{
"name": "On",
"enabled": true,
"inOutFunction": "ioBroker.State",
"inOutParameters": "0_userdata.0.Accessories.VACL-001.VACL-001-08-ReturnToBase"
}
]
},
{
"name": "Battery",
"subType": 1,
"type": "Battery",
"characteristics": [
{
"name": "BatteryLevel",
"enabled": true,
"inOutFunction": "ioBroker.State",
"inOutParameters": "0_userdata.0.Accessories.VACL-001.VACL-001-02-BatteryLevel"
},
{
"name": "StatusLowBattery",
"enabled": true,
"inOutFunction": "ioBroker.State",
"inOutParameters": "0_userdata.0.Accessories.VACL-001.VACL-001-03-StatusLowBattery"
}
]
},
{
"name": "SuctionSpeed",
"subType": 1,
"type": "Fan",
"characteristics": [
{
"name": "RotationSpeed",
"enabled": true,
"inOutFunction": "ioBroker.State",
"inOutParameters": "0_userdata.0.Accessories.VACL-001.VACL-001-04-SoundLevel"
}
]
}
],
"groupString": ""
}