Raritan PX2/PX3 JSON-RPC API
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
ResidualCurrentStateSensor.idl
1 #ifndef __PDUMODEL_RESIDUAL_CURRENT_STATE_SENSOR_IDL__
2 #define __PDUMODEL_RESIDUAL_CURRENT_STATE_SENSOR_IDL__
3 
4 #include <StateSensor.idl>
5 
9 module pdumodel {
10 
12  interface ResidualCurrentStateSensor_2_0_1 extends sensors.StateSensor_4_0_1 {
13 
15  constant int STATE_NORMAL = 0;
16  constant int STATE_WARNING = 1;
17  constant int STATE_CRITICAL = 2;
18  constant int STATE_SELFTEST = 3;
19  constant int STATE_FAILURE = 4;
20 
28  int startSelfTest();
29  };
30 }
31 
32 #endif
Residual current state sensor interface.
Definition: ResidualCurrentStateSensor.idl:12