added descriptions

This commit is contained in:
mischa 2019-11-01 16:07:08 +01:00
parent 023ec66df8
commit ccecd01737
3 changed files with 9 additions and 0 deletions

View File

@ -3,8 +3,12 @@
# Copyright 2019, Mischa Peters <mischa AT high5 DOT nl>, 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 <bridge IP> <token> -s 50 -l 24
#
# Requires:
# - Python 3.x
#

View File

@ -3,6 +3,8 @@
# Copyright 2019, Mischa Peters <mischa AT high5 DOT nl>, High5!.
# Version 1.0 - 20191028
#
# Get all light IDs
#
# Requires:
# - Python 3.x
#

View File

@ -3,6 +3,9 @@
# Copyright 2019, Mischa Peters <mischa AT high5 DOT nl>, High5!.
# Version 1.0 - 20191028
#
# Get all sensor IDs (ZLLPresence, ZLLLightLevel and ZLLTemperature)
# grouped by ZLLPresence name
#
# Requires:
# - Python 3.x
#