Update config.template.ini

This commit is contained in:
mrduckspace 2020-03-27 09:34:54 +01:00 committed by GitHub
parent bd3e15ba57
commit e7bd6ae2c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,7 @@ Pushover = 0
Telegram = 0
yowsup = 0
hue = 0
gpiocontrol = 0
# for developing - template-module
template = 0
@ -463,6 +464,18 @@ 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
[gpiocontrol]
#Pin that will be triggered
#Only tested on Raspberry Pi 3
pin = 21
#Time the Pin will be triggered (in Seconds)
triggertime = 180
#ONLY POC
#POC Rics that trigger PIN (empty: allow all, separator ",")
activerics = 1234567,1234568
#####################
##### Not ready yet #
#####################