Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rule "Chicken Light"
- when
- Time cron "0 0 16 ? JAN,FEB,MAR,OCT,NOV,DEC SUN-SAT"
- then
- chicken.sendCommand(ON)
- candy.sendCommand(ON)
- end
- rule "chicken light off"
- when
- Time cron "0 0 22 ? JAN,FEB,MAR,OCT,NOV,DEC SUN-SAT"
- then
- chicken.sendCommand(OFF)
- candy.sendCommand(OFF)
- end
Advertisement
Add Comment
Please, Sign In to add comment