Hi
If I understood you correctly, each time when will be new temperature value,
then this value will be subtracted by 1, and sent to another group address.
Then just create an event script for temperature object '12/0/1'
If I understood you correctly, each time when will be new temperature value,
then this value will be subtracted by 1, and sent to another group address.
Then just create an event script for temperature object '12/0/1'
Code:
local value_temp = event.getvalue()
local fake_temp_addr = '32/1/68'
grp.write(fake_temp_addr, value_temp - 1)