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