Browse Source

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

J. Nick Koston 1 year ago
parent
commit
d835cfa698
1 changed files with 0 additions and 1 deletions
  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,
     },
 }