We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82fd86 commit 9814296Copy full SHA for 9814296
1 file changed
custom_components/xiaomi_home/miot/specs/spec_add.json
@@ -203,6 +203,26 @@
203
]
204
}
205
],
206
+ "urn:miot-spec-v2:device:water-heater:0000A02A:viomi-m1:2": [
207
+ {
208
+ "iid": 2,
209
+ "type": "urn:miot-spec-v2:service:switch:0000780C:viomi-m1:1",
210
+ "description": "Water Heater",
211
+ "properties": [
212
213
+ "iid": 6,
214
+ "type": "urn:miot-spec-v2:property:on:00000006:viomi-m1:1",
215
+ "description": "Switch Status",
216
+ "format": "bool",
217
+ "access": [
218
+ "read",
219
+ "write",
220
+ "notify"
221
+ ]
222
+ }
223
224
225
+ ],
226
"urn:miot-spec-v2:device:water-heater:0000A02A:xiaomi-yms2:1": [
227
{
228
"iid": 2,
0 commit comments