03.04.2023, 07:00
Remove timeoutlow and the timer won't go into off state.
Code:
timers = {
['1/1/1'] = {
output = '1/1/2', -- dimmer control (0..100%)
onvaluehigh = 90, -- high output value in %
onvaluelow = 10, -- low output value in %
timeouthigh = 10 * 60, -- time to keep high value (in seconds)
}
}