mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-10 18:40:08 +01:00
Update config.template.ini
This commit is contained in:
parent
bd3e15ba57
commit
e7bd6ae2c5
|
|
@ -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 #
|
||||
#####################
|
||||
|
|
|
|||
Loading…
Reference in a new issue