You are here: Symbol Reference > Monnit Namespace > WaterBase Class > WaterBase Methods > WaterBase.UpdateSensorHeartBeat Method
WaterBase.UpdateSensorHeartBeat Method
WaterBase Class  WaterBase Members  WaterBase Methods  Send Feedback
Syntax
C++
C#
Visual Basic
void UpdateSensorHeartBeat(Sensor sens, double heartbeat, Boolean sendSensorUpdate);

 

sets the ReportInterval as minutes on the sensor objectthe next time this sensor checks in it will update @param sens the Sensor object to be updated @param heartbeat a double value this is represented in minutes so heartbeat equals 1 that is one minute @param sendSensorUpdate a Boolean flag that lets the sensor know if it should send up the new configuration