File tree Expand file tree Collapse file tree
custom_components/xiaomi_home/miot/specs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 242242 }
243243 ]
244244 }
245+ ],
246+ "urn:miot-spec-v2:device:fan:0000A005:dmaker-p5c:1" : [
247+ {
248+ "iid" : 8 ,
249+ "type" : " urn:miot-spec-v2:service:fan:00007802:dmaker-p5c:1" ,
250+ "description" : " Fan" ,
251+ "properties" : [
252+ {
253+ "iid" : 1 ,
254+ "type" : " urn:miot-spec-v2:property:fan-level:00000001:dmaker-p5c:1" ,
255+ "description" : " Fan Level" ,
256+ "format" : " uint8" ,
257+ "access" : [
258+ " read" ,
259+ " write" ,
260+ " notify"
261+ ],
262+ "value-range" : [
263+ 1 ,
264+ 100 ,
265+ 1
266+ ],
267+ "gatt-access" : []
268+ }
269+ ]
270+ }
245271 ]
246272}
Original file line number Diff line number Diff line change @@ -51,3 +51,6 @@ urn:miot-spec-v2:device:thermostat:0000A031:tofan-wk01:
5151 services :
5252 - ' 2'
5353 - ' 4'
54+ urn:miot-spec-v2:device:fan:0000A005:dmaker-p5c:1 :
55+ services :
56+ - ' 8'
Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ urn:miot-spec-v2:device:fan:0000A005:dmaker-p33:1:
8787urn:miot-spec-v2:device:fan:0000A005:dmaker-p5:1 :
8888 prop.2.4 :
8989 name : fan-level-a
90+ urn:miot-spec-v2:device:fan:0000A005:dmaker-p5c:1 :
91+ prop.2.2 :
92+ name : fan-level-a
9093urn:miot-spec-v2:device:fan:0000A005:xiaomi-p43:1 :
9194 prop.2.2 :
9295 name : fan-level-a
You can’t perform that action at this time.
0 commit comments