From: Jérémie D. <Ba...@us...> - 2010-05-08 19:58:57
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via 17df034cb00ca218578771cd3a2ef00f66872aec (commit) from 6fb26acfacd1d4dad6c0548a468b0f306a592b96 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 17df034cb00ca218578771cd3a2ef00f66872aec Author: Jérémie Dimino <je...@di...> Date: Sat May 8 21:58:25 2010 +0200 monitor indrared sensors in the controller ----------------------------------------------------------------------- Changes: diff --git a/info/control/clients/controller.ml b/info/control/clients/controller.ml index cbe8baf..c281bea 100644 --- a/info/control/clients/controller.ml +++ b/info/control/clients/controller.ml @@ -512,6 +512,7 @@ lwt () = notify_property (Krobot.Card.state krobot `Motor); notify_property (Krobot.Card.state krobot `Monitoring); notify_property (Krobot.devices_status krobot); + notify_property (Krobot.infrared_states krobot); ] | false -> List.iter Lwt_signal.disable !notifiers; hooks/post-receive -- krobot |