--[[ %% 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