GoogleControlPanelDevice.GoogleTraits

class GoogleControlPanelDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    buildingManagement: BuildingManagement?,
    elevatorControl: ElevatorControl?,
    parkingLocation: ParkingLocation?
)

Public properties

BuildingManagement?
ElevatorControl?

This trait is designed for calling an elevator to a floor.

ParkingLocation?

This trait allows a device report to include the locations of a user's parked vehicles.

Public constructors

GoogleTraits

GoogleTraits(
    buildingManagement: BuildingManagement?,
    elevatorControl: ElevatorControl?,
    parkingLocation: ParkingLocation?
)

Public properties

buildingManagement

val buildingManagementBuildingManagement?

elevatorControl

val elevatorControlElevatorControl?

This trait is designed for calling an elevator to a floor.

parkingLocation

val parkingLocationParkingLocation?

This trait allows a device report to include the locations of a user's parked vehicles.