Browse Source

Fix lock being detected as a blind tilt (#198)

J. Nick Koston 1 năm trước cách đây
mục cha
commit
d835cfa698
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      switchbot/adv_parser.py

+ 0 - 1
switchbot/adv_parser.py

@@ -132,7 +132,6 @@ SUPPORTED_TYPES: dict[str, SwitchbotSupportedType] = {
         "modelFriendlyName": "Blind Tilt",
         "func": process_woblindtilt,
         "manufacturer_id": 2409,
-        "manufacturer_data_length": 10,
     },
 }