Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- %% properties
- %% globals
- --]]
- if (tonumber(fibaro:getValue(88, "on")) == 1) then
- fibaro:call(88,"turnOff")
- fibaro:debug("Ist aus?")
- elseif
- (tonumber(fibaro:getValue(88, "on")) == 0) then
- fibaro:call(88,"turnOn")
- fibaro:debug("Ist an?")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement