Hour and minute in a rule

In JRuby:

rule 'example' do
  changed MotionItem, to: ON
  between '8:30am'..'8:45pm'
  run { BedRoomItem.on }
end
1 Like