no iphone, works fine for me
items
DateTime LastBoxOpen "last time door opened" <none> (gHome, gPersist)
DateTime LastBoxBuzz "last time motion detected" <none> (gHome)
initialization rule
//Wasp start up rule
// initialize wasp in box unbound item values from null
rule "WaspSystemStart"
when
System started
then
WaspInBox.postUpdate(OFF)
WaspConf.postUpdate(0)
LastBoxOpen.postUpdate(new DateTimeType(now.toString))
LastBoxBuzz.postUpdate(new DateTimeType(now.toString))
BoxTimer.postUpdate(OFF)
end
you do release this is my thread right
thanks for your help Jon. I was just starting clean to test 2.5M5 and copying my rules over from the old install.