Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. --[[
  2. %% events
  3. 367 CentralSceneEvent 1 Pressed
  4. --]]
  5.  
  6. local startSource = fibaro:getSourceTrigger();
  7. if (
  8. ( true )
  9. or
  10. startSource["type"] == "other"
  11. )
  12. then
  13. fibaro:call(268, "turnOn");
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement