Advertisement
boomx

Untitled

Feb 21st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function actionsMotion()
  2. if(tonumber(fibaro:getValue(523, "value")) < 8 ) --Lux kleiner 8
  3. then
  4. fibaro:call(370, "turnOn");--Lampe
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement