Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function actionsMotion()
- if(tonumber(fibaro:getValue(523, "value")) < 8 ) --Lux kleiner 8
- then
- fibaro:call(370, "turnOn");--Lampe
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement