Is there any way to set a Timer to a variable (i.e. Global Variable or value stored in an HS3 device) either through an event or a script?
Thanks,
JimO.
Thanks,
JimO.
hs.setDeviceString(805,hs.TimerValue("Attic Fan 1").Hours & " hrs " & hs.TimerValue("Attic Fan 1").Minutes & " mins",True)
Comment