becks wrote:
On Wed, May 12, 2010 at 7:01 PM, Hans-Christoph Steinerhans@at.or.at wrote:
The number of times have to match in the [set ( msg and the object arguments. So if there are two times set in the arguments, the [set( message also needs two sets of times.
Hi Hans, yes, the set arguments should match, but i don't know why the "set" message don't update the schedule
[set 20 20 20( | [timebang 10 10 10]
timebang: read in 1 times of day: 10:10:10
I think there is a small bug in the set function (timebang_set) so that the set message didn't actually do anything. The attached patch should solve the problem.
Lorenzo
thanks!