Announcement

Collapse
No announcement yet.

Script Command to set Polling Interval?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Script Command to set Polling Interval?

    On the Device Properties Page a user can manually set the Polling Interval for a Z-Wave Device(i.e. "0"= no polling; "300"= poll every 300 seconds, etc).
    How could this be done with a .Net script?

    Thanks,
    BobSpen

    #2
    Bob,

    Set the device property: zwave_pollrate

    This is a short integer, so the value is in the 0 - 32768, in seconds.
    Regards,

    Rick Tinker (a.k.a. "Tink")

    Comment

    Working...
    X