11.01.2019, 03:57
Hi
I am programming the override button on the thermostat. When Thermostat is in Unoccupied, press the Override button, the light is on, do not press, the lamp turns off. But Override feedback value on Thermostat to homelynk is delayed 1 time about 5 -15s. I want it not to be late. Help me!
Lua Thermostat:
if not init then
ME.CSV1 = "Junior Room"
ME.MV115 = 5 --Custom button overide function
ME.MV114 = 15 --Custom buton Icon
init = true
end
I am programming the override button on the thermostat. When Thermostat is in Unoccupied, press the Override button, the light is on, do not press, the lamp turns off. But Override feedback value on Thermostat to homelynk is delayed 1 time about 5 -15s. I want it not to be late. Help me!
Lua Thermostat:
if not init then
ME.CSV1 = "Junior Room"
ME.MV115 = 5 --Custom button overide function
ME.MV114 = 15 --Custom buton Icon
init = true
end