RoboticVacuumCleanerDevice.GoogleTraits

class RoboticVacuumCleanerDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    extendedPowerSource: ExtendedPowerSource?,
    locator: Locator?,
    extendedOperationalState: ExtendedOperationalState?
)

Public properties

ExtendedOperationalState?

This trait represents any device that supports operating in specific zones, and has an ongoing duration for its operation which can be queried.

ExtendedPowerSource?

This trait belongs to devices which have a power source.

Locator?

This trait is used to locate devices, which can be found by means of a local indicator, such as beeping, ringing, or flashing.

Public constructors

GoogleTraits

GoogleTraits(
    extendedPowerSource: ExtendedPowerSource?,
    locator: Locator?,
    extendedOperationalState: ExtendedOperationalState?
)

Public properties

extendedOperationalState

val extendedOperationalStateExtendedOperationalState?

This trait represents any device that supports operating in specific zones, and has an ongoing duration for its operation which can be queried.

extendedPowerSource

val extendedPowerSourceExtendedPowerSource?

This trait belongs to devices which have a power source.

locator

val locatorLocator?

This trait is used to locate devices, which can be found by means of a local indicator, such as beeping, ringing, or flashing.