Variable setChronoComfortTemperature
setChronoComfortTemperature: (
jwtToken: string,
macAddress: string,
temperature: number,
) => Promise<unknown>
Type Declaration
- (jwtToken: string, macAddress: string, temperature: number): Promise<unknown>
Parameters
- jwtToken: string
- macAddress: string
- temperature: number
Returns Promise<unknown>
- A promise that resolves to the command response.
Sets the comfort temperature target for Chrono Mode. When a schedule slot is set to "Comfort" (value 2), the stove will target this temperature.