After 10 minutes the light is going off. But I'm still in the room. After a few seconds the light is turn on again.
Is it possible to hold on the light till I go out after 30 minutes? Or must I accept the turn off intermezzo's ?
B.R. WIm


Moderator: Ruud
Code: Select all
Sub Main(byVal Params as String)
Dim Device as String
Dim ParamsObj as Object
Params = hs.LastX10
ParamsObj = Split(Params,";")
Device = ParamsObj(1).toString
hs.SetDeviceLastChange(Device,now)
'hs.writelog("status_change","The Last Change time for device " & device & " has been updated with the current time.")
End Sub