commit - ccecd01737c0688940573991ce0eff332b0578d5
commit + a1a54f01b4885002ff5de0960034aff6ba923507
blob - fd5f91b7f606bffb752de2255bacdf0a91626035
blob + 113a99e94206a4c1c0270917d773eea6740653df
--- daylight-trigger.py
+++ daylight-trigger.py
# $ daylight-trigger <bridge IP> <token> -s 50 -l 24
#
# Requires:
-# - Python 3.x
+# - Python >3.6
#
import argparse
import ssl
blob - 15ee9a8be1b67637c6f35abb7368770b053e452b
blob + a8bb1e87b09541ee51886beea0629d2a2ed1fb66
--- get-lights.py
+++ get-lights.py
# Get all light IDs
#
# Requires:
-# - Python 3.x
+# - Python >3.6
#
import argparse
import ssl
blob - aa7d4c56440b4aa7cdd6dcd0700cc400ffd1ed92
blob + 8a358a6c68271f699614bb626b8e58f633463fba
--- get-sensors.py
+++ get-sensors.py
# grouped by ZLLPresence name
#
# Requires:
-# - Python 3.x
+# - Python >3.6
#
import argparse
import ssl