VideoRemoteControlDevice.GoogleTraits

class VideoRemoteControlDevice.GoogleTraits


Trait Container for VideoRemoteControlDevice Google Traits.

Summary

Public constructors

GoogleTraits(traitProvider: TraitProvider)

Public properties

ExtendedApplicationLauncher?

This trait supports devices which are able to switch between applications.

ExtendedChannel?

This trait supports devices that support TV channels on a media device.

ExtendedLevelControl?

This trait belongs to devices which have a volume control.

ExtendedMediaInput?

This trait is an extension of the Matter standard trait, MediaInput, and is used by devices that can switch inputs.

ExtendedMediaPlayback?
MediaActivityState?

Public constructors

GoogleTraits

GoogleTraits(traitProvider: TraitProvider)

Public properties

extendedApplicationLauncher

val extendedApplicationLauncher: ExtendedApplicationLauncher?

This trait supports devices which are able to switch between applications.

extendedChannel

val extendedChannel: ExtendedChannel?

This trait supports devices that support TV channels on a media device.

extendedLevelControl

val extendedLevelControl: ExtendedLevelControl?

This trait belongs to devices which have a volume control.

extendedMediaInput

val extendedMediaInput: ExtendedMediaInput?

This trait is an extension of the Matter standard trait, MediaInput, and is used by devices that can switch inputs.

extendedMediaPlayback

val extendedMediaPlayback: ExtendedMediaPlayback?

mediaActivityState

val mediaActivityState: MediaActivityState?