GoogleRouterDevice.GoogleTraits

class GoogleRouterDevice.GoogleTraits


Trait Container for GoogleRouterDevice Google Traits.

Summary

Public constructors

GoogleTraits(traitProvider: TraitProvider)

Public properties

NetworkControl?

This trait belongs to devices that can report network data and perform network-specific operations.

Reboot?

This trait belongs to devices that support rebooting as a single action.

SoftwareUpdate?

This trait belongs to devices that support software updates.

Public constructors

GoogleTraits

GoogleTraits(traitProvider: TraitProvider)

Public properties

networkControl

val networkControlNetworkControl?

This trait belongs to devices that can report network data and perform network-specific operations.

reboot

val rebootReboot?

This trait belongs to devices that support rebooting as a single action.

softwareUpdate

val softwareUpdateSoftwareUpdate?

This trait belongs to devices that support software updates.