settings for hue added

This commit is contained in:
f-kessler 2019-03-03 16:34:05 +01:00 committed by GitHub
parent 04f98f21c4
commit 94321415f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,6 +167,7 @@ FFAgent = 0
Pushover = 0
Telegram = 0
yowsup = 0
hue = 0
# for developing - template-module
template = 0
@ -434,6 +435,26 @@ zvei_message = %DATE% %TIME%: %ZVEI%
#Wildcards can be used, see end of the file!
poc_message = %MSG%
[hue]
# For API access please read https://www.developers.meethue.com/documentation/getting-started (registration required)
# or https://www.google.com/search?q=philips+hue+how+to+get+api+key
# IP address of the hue bridge
bridgeip =
# the numeric ID of the device (only one device supported)
deviceid =
# the authentication string used to access the bridge
apikey =
# Timing parameters for switching on/off
# Every on/off cycle adds delay to BOSwatch if it operates in synchronous mode. Consider to configure "processAlarmAsync = 1" to activate asynchronous operation in BOSwatch if you switch on/off multiple times.
# If a light bulb is connected, you can keep it blinking for a while
repeat = 2
timeon = 2
timeoff = 1
# configure 0 to keep the switch on for infinite time or configure >=1 to keep it for the value in seconds to on, before switching to off.
keepon = 60
#####################
##### Not ready yet #