diff --git a/config/config.template.ini b/config/config.template.ini index 9e05679..dd699ee 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -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 # #####################