setChronoMode: (
jwtToken: string,
macAddress: string,
enabled: boolean,
) => Promise<unknown>
Type Declaration
- (jwtToken: string, macAddress: string, enabled: boolean): Promise<unknown>
Parameters
- jwtToken: string
- macAddress: string
- enabled: boolean
Returns Promise<unknown>
- A promise that resolves to the command response.
Enables or disables Chrono Mode (scheduled programming). When enabled, the stove follows the configured temperature or power schedule.
Note: This only enables/disables the schedule. Use setChronoTemperatureRanges() or setChronoPowerRanges() to configure the actual schedule.