Przeglądaj źródła

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

J. Nick Koston 1 rok temu
rodzic
commit
d835cfa698
1 zmienionych plików z 0 dodań i 1 usunięć
  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,
     },
 }