From a4496c271bf4e50ffc2ece08b233c26cbc86ede4 Mon Sep 17 00:00:00 2001 From: LiShuzhen Date: Wed, 2 Apr 2025 11:45:11 +0800 Subject: [PATCH] fix: remove yeelink.light.ceiling19 and yeelink.light.ceiling20 --- .../xiaomi_home/miot/specs/spec_add.json | 69 ------------------- 1 file changed, 69 deletions(-) diff --git a/custom_components/xiaomi_home/miot/specs/spec_add.json b/custom_components/xiaomi_home/miot/specs/spec_add.json index ce07dd2..9d21ad8 100644 --- a/custom_components/xiaomi_home/miot/specs/spec_add.json +++ b/custom_components/xiaomi_home/miot/specs/spec_add.json @@ -18,74 +18,5 @@ } ] } - ], - "urn:miot-spec-v2:device:light:0000A001:yeelink-ceiling19:1": "urn:miot-spec-v2:device:light:0000A001:yeelink-ceiling4:1", - "urn:miot-spec-v2:device:light:0000A001:yeelink-ceiling20:1": "urn:miot-spec-v2:device:light:0000A001:yeelink-ceiling4:1", - "urn:miot-spec-v2:device:light:0000A001:yeelink-ceiling4:1": [ - { - "iid": 200, - "type": "urn:miot-spec-v2:service:ambient-light:0000789D:yeelink-ceiling4:1", - "description": "Ambient Light", - "properties": [ - { - "iid": 201, - "type": "urn:miot-spec-v2:property:on:00000006:yeelink-ceiling4:1", - "description": "Switch Status", - "format": "bool", - "access": [ - "read", - "write" - ] - }, - { - "iid": 202, - "type": "urn:miot-spec-v2:property:brightness:0000000D:yeelink-ceiling4:1", - "description": "Brightness", - "format": "uint8", - "access": [ - "read", - "write" - ], - "unit": "percentage", - "value-range": [ - 1, - 100, - 1 - ] - }, - { - "iid": 203, - "type": "urn:miot-spec-v2:property:color-temperature:0000000F:yeelink-ceiling4:1", - "description": "Color Temperature", - "format": "uint32", - "access": [ - "read", - "write" - ], - "unit": "kelvin", - "value-range": [ - 1700, - 6500, - 1 - ] - }, - { - "iid": 204, - "type": "urn:miot-spec-v2:property:color:0000000E:yeelink-ceiling4:1", - "description": "Color", - "format": "uint32", - "access": [ - "read", - "write" - ], - "unit": "rgb", - "value-range": [ - 1, - 16777215, - 1 - ] - } - ] - } ] } \ No newline at end of file