delay using variable

General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
Post Reply
incoronado
Senior Member
Posts: 153
Joined: Fri Mar 19, 2004 12:30 am
Location: San Diego, CA

delay using variable

Post by incoronado »

I know this is an easy question, but I can't figure it out. How do I delay using a value stored in a null device.property value?
dlmorgan999
HouseBot Special Member
Posts: 409
Joined: Tue Jul 13, 2004 9:13 am
Location: Tigard, OR

Post by dlmorgan999 »

Where do you want to delay? If in a script, this should do the trick:


Code: Select all

Sleep GetPropertyValue("Null Device.Property Value")


-- Dave
Post Reply