ElectricalSensorDevice.StandardTraits

class ElectricalSensorDevice.StandardTraits


Trait Container for Standard Traits.

Summary

Public constructors

StandardTraits(
    powerTopology: PowerTopology?,
    electricalPowerMeasurement: ElectricalPowerMeasurement?,
    electricalEnergyMeasurement: ElectricalEnergyMeasurement?
)

Public properties

ElectricalEnergyMeasurement?

This trait provides a mechanism for querying data about electrical energy imported or provided by the server.

ElectricalPowerMeasurement?

This trait provides a mechanism for querying data about electrical power as measured by the server.

PowerTopology?

Public constructors

StandardTraits

StandardTraits(
    powerTopology: PowerTopology?,
    electricalPowerMeasurement: ElectricalPowerMeasurement?,
    electricalEnergyMeasurement: ElectricalEnergyMeasurement?
)

Public properties

electricalEnergyMeasurement

val electricalEnergyMeasurementElectricalEnergyMeasurement?

This trait provides a mechanism for querying data about electrical energy imported or provided by the server.

electricalPowerMeasurement

val electricalPowerMeasurementElectricalPowerMeasurement?

This trait provides a mechanism for querying data about electrical power as measured by the server.

powerTopology

val powerTopologyPowerTopology?