pub async fn add_thermostat_suggestion(
conn: &Connection,
endpoint: u16,
preset_handle: Vec<u8>,
effective_time: Option<u64>,
expiration_in_minutes: u16,
) -> Result<AddThermostatSuggestionResponse>Expand description
Invoke AddThermostatSuggestion command on cluster Thermostat.