commit a1a54f01b4885002ff5de0960034aff6ba923507 from: mischa date: Fri Nov 1 15:55:25 2019 UTC requires >3.6 commit - ccecd01737c0688940573991ce0eff332b0578d5 commit + a1a54f01b4885002ff5de0960034aff6ba923507 blob - fd5f91b7f606bffb752de2255bacdf0a91626035 blob + 113a99e94206a4c1c0270917d773eea6740653df --- daylight-trigger.py +++ daylight-trigger.py @@ -10,7 +10,7 @@ # $ daylight-trigger -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 @@ -6,7 +6,7 @@ # 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 @@ -7,7 +7,7 @@ # grouped by ZLLPresence name # # Requires: -# - Python 3.x +# - Python >3.6 # import argparse import ssl