Explorar el Código

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

J. Nick Koston hace 1 año
padre
commit
d835cfa698
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,
     },
 }