Monnit Mine Java
ContentsIndexHome
PreviousUpNext
PIRBase.UpdateSensorProfileConfig1 Method
Syntax
Pascal
C++
Java
PHP
function UpdateSensorProfileConfig1(sens: Sensor; eventDectionType: Integer; biStable: Integer; rearmTime: Integer; sendSensorUpdate: Boolean): Pointer;
Parameters 
Description 
Sensor sens 
the Sensor object to be updated  
int eventDectionType 
Allows aware state when motion = 0, no motion = 1, or state change = 2  
int biStable 
Aware reading = 1 if it is selected, then the time between the message detecting motion and the message saying no motion is (rearm time + awarestate heartbeat). if it is set to all state changes = 0, then the time between the two messages is (rearmtime + rearm time)  
int rearmTime 
The time in seconds after a triggering event that the sensor will wait before re-arming itself  
Boolean sendSensorUpdate 
a Boolean flag that lets the sensor know if it should send up the new configuration 

 

sets all data for the ProfileConfig1 configuration available on the sensor  

 

Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!