Stap 7: Vera Scene - teek schakelfunctie
Als u wilt beperken van normale Z-wave schakelaars code van deze functie en bel eens voor elke switch apparaat-ID:
function tou_switch_tick(tick, policy, id) local urn_switch = "urn:upnp-org:serviceId:SwitchPower1" local switch_target = 1 if (tick > policy.l) then switch_target = 0 end luup.call_action(urn_switch , "SetTarget", {newTargetValue = switch_target}, id) end