commit ccecd01737c0688940573991ce0eff332b0578d5 from: mischa date: Fri Nov 1 15:07:08 2019 UTC added descriptions commit - 023ec66df8bd20991316582ae1c0cb353060169a commit + ccecd01737c0688940573991ce0eff332b0578d5 blob - 33fc882de7f45d6cdb827d00ad611cb9560858aa blob + fd5f91b7f606bffb752de2255bacdf0a91626035 --- daylight-trigger.py +++ daylight-trigger.py @@ -3,8 +3,12 @@ # Copyright 2019, Mischa Peters , High5!. # Version 1.0 - 20191030 # +# Get ['dark'] from sensor ID and switch on/off light ID # depending where your sensor is located you can use ['daylight'] # +# For example: +# $ daylight-trigger -s 50 -l 24 +# # Requires: # - Python 3.x # blob - 171564646f2956d35394b38768e27ddd757925ec blob + 15ee9a8be1b67637c6f35abb7368770b053e452b --- get-lights.py +++ get-lights.py @@ -3,6 +3,8 @@ # Copyright 2019, Mischa Peters , High5!. # Version 1.0 - 20191028 # +# Get all light IDs +# # Requires: # - Python 3.x # blob - eb8c886fa608c37bf051cb1ef2fc334efa817b1a blob + aa7d4c56440b4aa7cdd6dcd0700cc400ffd1ed92 --- get-sensors.py +++ get-sensors.py @@ -3,6 +3,9 @@ # Copyright 2019, Mischa Peters , High5!. # Version 1.0 - 20191028 # +# Get all sensor IDs (ZLLPresence, ZLLLightLevel and ZLLTemperature) +# grouped by ZLLPresence name +# # Requires: # - Python 3.x #