We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e697ed9 commit 1b28660Copy full SHA for 1b28660
switchbot/__init__.py
@@ -21,7 +21,7 @@
21
OPEN_KEY = "570f450105ff00" # 570F4501010100
22
CLOSE_KEY = "570f450105ff64" # 570F4501010164
23
POSITION_KEY = "570F450105ff" # +actual_position ex: 570F450105ff32 for 50%
24
-STOP_KEY = "570F45010001"
+STOP_KEY = "570F450100ff"
25
26
ON_KEY_SUFFIX = "01"
27
OFF_KEY_SUFFIX = "02"
0 commit comments