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

 

sets all data for the GeneralConfig2 configuration available on the sensor @param sens the Sensor object to be updated @param eventDectionType Determines which reading of the sensor will trigger the aware state. (Present = 0, Absent = 1, state change = 2) @param rearmTime Time in seconds after a triggering event that the sensor will wait before re-arming itself.(value range: 1 - 600) @param sendSensorUpdate a Boolean flag that lets the sensor know if it should send up the new configuration