GoogleAutoDevice.StandardTraits

class GoogleAutoDevice.StandardTraits


Trait Container for Standard Traits.

Summary

Public constructors

StandardTraits(
    operationalState: OperationalState?,
    powerSource: PowerSource?
)

Public properties

OperationalState?

This trait supports remote monitoring and allows the operational state of any device to be changed provided that a state machine is part of the operation.

PowerSource?

Public constructors

StandardTraits

StandardTraits(
    operationalState: OperationalState?,
    powerSource: PowerSource?
)

Public properties

operationalState

val operationalStateOperationalState?

This trait supports remote monitoring and allows the operational state of any device to be changed provided that a state machine is part of the operation.

powerSource

val powerSourcePowerSource?