LevelData |
Meter.getCurrent() |
Returns the current metering info.
|
BooleanData |
BooleanControl.getData() |
Returns the current state of BooleanControl .
|
BooleanData |
BooleanSensor.getData() |
Returns the BooleanSensor current state.
|
LevelData |
MultiLevelControl.getData() |
Returns MultiLevelControl level.
|
LevelData |
MultiLevelSensor.getData() |
Returns the MultiLevelSensor current state.
|
LevelData |
Meter.getTotal() |
Returns the total metering info.
|
LevelData |
WakeUp.getWakeUpInterval() |
Returns the current wake up interval.
|
void |
BooleanControl.inverse() |
Reverses the BooleanControl state.
|
void |
BooleanControl.setData(boolean data) |
Sets the BooleanControl state to the specified value.
|
void |
MultiLevelControl.setData(java.math.BigDecimal level,
java.lang.String unit) |
Sets MultiLevelControl level according to the specified unit.
|
void |
BooleanControl.setFalse() |
Sets the BooleanControl state to false value.
|
void |
BooleanControl.setTrue() |
Sets the BooleanControl state to true value.
|
void |
WakeUp.setWakeUpInterval(java.math.BigDecimal interval,
java.lang.String unit) |
Sets wake up interval according to the specified unit.
|