6 #ifndef __PDUMODEL_OUTLETGROUP_IDL__
7 #define __PDUMODEL_OUTLETGROUP_IDL__
9 #include <AccumulatingNumericSensor.idl>
16 constant
int ERR_INVALID_ARGUMENT = 1;
Outlet group interface.
Definition: OutletGroup.idl:15
Sensors getSensors()
Retrieve the outlet group sensors.
MetaData getMetaData()
Retrieve the outlet group metadata.
int setAllOutletPowerStates(in Outlet::PowerState pstate)
Switch all member outlets.
int cycleAllOutletPowerStates()
Power-cycle all member outlets.
Settings getSettings()
Retrieve the outlet group settings.
int setSettings(in Settings settings)
Change the outlet group settings.
Outlet interface
Definition: Outlet.idl:30
PowerState
Outlet power state.
Definition: Outlet.idl:52
A sensor which accumulates numeric readings (e.g.
Definition: AccumulatingNumericSensor.idl:16
A sensor with numeric readings.
Definition: NumericSensor.idl:17
Basic IDL definitions.
Definition: Event.idl:10
PDU Model.
Definition: Ade.idl:12
Sensors Model.
Definition: AccumulatingNumericSensor.idl:13
Common base for all events.
Definition: Event.idl:13
Event: Group switch operation has been invoked.
Definition: OutletGroup.idl:53
boolean cycle
Whether a power cycle operation was invoked.
Definition: OutletGroup.idl:55
Outlet::PowerState state
Target power state, only valid if not cycling.
Definition: OutletGroup.idl:54
Event: Group sensors have changed.
Definition: OutletGroup.idl:41
Sensors newSensors
Sensors after change.
Definition: OutletGroup.idl:43
Sensors oldSensors
Sensors before change.
Definition: OutletGroup.idl:42
Outlet group sensors.
Definition: OutletGroup.idl:19
sensors::NumericSensor apparentPower
Apparent power sensor.
Definition: OutletGroup.idl:21
sensors::AccumulatingNumericSensor apparentEnergy
Apparent energy sensor.
Definition: OutletGroup.idl:23
sensors::NumericSensor activePower
Active power sensor.
Definition: OutletGroup.idl:20
sensors::AccumulatingNumericSensor activeEnergy
Active energy sensor.
Definition: OutletGroup.idl:22
Event: Group settings have been changed.
Definition: OutletGroup.idl:47
Settings newSettings
Settings after change.
Definition: OutletGroup.idl:49
Settings oldSettings
Settings before change.
Definition: OutletGroup.idl:48
Outlet group settings.
Definition: OutletGroup.idl:27
string name
User-defined name.
Definition: OutletGroup.idl:28
vector< Outlet > members
List of member outlets.
Definition: OutletGroup.idl:29