Skip to content

Commit 1b28660

Browse files
daennyDaniel Claes
andauthored
fix: Stop key adjusted after local testing (#14)
Co-authored-by: Daniel Claes <[email protected]>
1 parent e697ed9 commit 1b28660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

switchbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
OPEN_KEY = "570f450105ff00" # 570F4501010100
2222
CLOSE_KEY = "570f450105ff64" # 570F4501010164
2323
POSITION_KEY = "570F450105ff" # +actual_position ex: 570F450105ff32 for 50%
24-
STOP_KEY = "570F45010001"
24+
STOP_KEY = "570F450100ff"
2525

2626
ON_KEY_SUFFIX = "01"
2727
OFF_KEY_SUFFIX = "02"

0 commit comments

Comments
 (0)