Reduce heartbeat interval.

This commit is contained in:
ultratoto14
2020-12-15 17:12:52 +01:00
parent aeb27a4d75
commit 89dabfc105
3 changed files with 5 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ MESSAGE_END_FMT = ">2I" # 2*uint32: crc, suffix
PREFIX_VALUE = 0x000055AA
SUFFIX_VALUE = 0x0000AA55
HEARTBEAT_INTERVAL = 20
HEARTBEAT_INTERVAL = 10
# This is intended to match requests.json payload at
# https://github.com/codetheweb/tuyapi :