ExtendedThermostatCommands

@Generated(value = ["GoogleHomePlatformCodegen"])
interface ExtendedThermostatCommands

Known direct subclasses
ExtendedThermostat

API for the ExtendedThermostat trait.


Summary

Public functions

notifySensorStateChange

suspend fun notifySensorStateChange(
    sensorType: ExtendedThermostatTrait.SensorType,
    alarmType: ExtendedThermostatTrait.AlarmType
): Unit

notifySensorStateChangeBatchable

fun notifySensorStateChangeBatchable(
    sensorType: ExtendedThermostatTrait.SensorType,
    alarmType: ExtendedThermostatTrait.AlarmType
): BatchableCommand<Unit>