Raritan PX2/PX3 JSON-RPC API
|
6 #ifndef __PDUMODEL_UNIT_IDL__
7 #define __PDUMODEL_UNIT_IDL__
9 #include <UserEvent.idl>
19 constant
int ERR_INVALID_PARAM = 1;
42 valueobject IdentificationStartedEvent extends
event.UserEvent {
Unit settings
Definition: Unit.idl:35
Orientation displayOrientation
Manually configured orientation
Definition: Unit.idl:38
boolean autoDisplayOrientation
true for automatic orientation control
Definition: Unit.idl:37
Orientation
Display orientation.
Definition: Unit.idl:22
@ NORMAL
Normal orientation.
Definition: Unit.idl:23
PDU Model.
Definition: Ade.idl:12
MetaData getMetaData()
Retrieve the unit metadata.
void identify(in int seconds)
Display something distictive to identify the unit.
Orientation getDisplayOrientation()
Retrieve the current orientation of the display.
Settings getSettings()
Retrieve the unit settings.
void muteBuzzer(in boolean mute)
Mute buzzer, turn of all audible alarms.
boolean buzzerMuted
true if the buzzer is muted
Definition: Unit.idl:36
int setSettings(in Settings settings)
Change the unit settings.
Unit interface.
Definition: Unit.idl:17