FLiRS devices (Frequently Listening Routing Slaves) are battery-powered devices that are considered to be always listening. These devices rely on a special extended preamble, called a “beam”, which allows a sleeping device to detect a frame within a very short wake-up interval.
The Z-Wave driver identifies these devices by either of the Sensor250ms or Sensor1000ms flags being set in the device’s “NodeInfo” component. Such devices often include smoke detectors, or door or window monitors, where input values seldom change, but which still need to participate in message routing.
Because these devices are considered to be always listening, the driver assumes that it can send a message to one at any time. So the normal device ping and points polling still occurs, with the following exception:
A special “flirs” tuning policy is automatically added to the ZWaveNetwork.
This policy has a “MinReadTime” property with a default value of 1 hour. This property specifies the minimum time that must pass proxy point polls.With the MinReadTime set to 1 hour, proxy points in the device will not be polled any faster than once per hour.
Points under a FLiRS device automatically have their tuning policy set to the “flirs” tuning policy.
The main purpose is to poll these points at a much slower rate without consuming the “Slow” Poll Scheduler thread. If one of these points actually changed, the driver would be notified unsolicited, because that device would have been automatically associated to the JACE during the install process.
Copyright © 2000-2014 Tridium Inc. All rights reserved.