Variable setTargetTemperature
setTargetTemperature: (
jwtToken: string,
macAddress: string,
envIndex: 1 | 2 | 3,
temperature: number,
) => Promise<unknown>
Type Declaration
- (
jwtToken: string,
macAddress: string,
envIndex: 1 | 2 | 3,
temperature: number,
): Promise<unknown> Parameters
- jwtToken: string
- macAddress: string
- envIndex: 1 | 2 | 3
- temperature: number
Returns Promise<unknown>
- A promise that resolves to the command response.
Sets the target temperature for an environment zone.