timer device and helpers
Posted: Thursday 06 June 2019 12:40
Hi All,
Is it possible to have a timer that get his value from a helper of value stored in global_data?
global_data
I want change this. When I need to test some script that are activate only on day or night. I can switch the values in global_data and then everything is reverse from day to night and vs.
Is it possible to have a timer that get his value from a helper of value stored in global_data?
Code: Select all
devices = {[SwitchTEST] = { 'at daytime'}},
timer = {'at daytime'},Code: Select all
Dag = { 'at daytime'}
Nacht = { 'at nighttime'}