Function setTargetTemperature
- setTargetTemperature(
jwtToken: string,
macAddress: string,
temperature: number,
): Promise<AxiosResponse<any, any>> Parameters
- jwtToken: string
- macAddress: string
- temperature: number
Returns Promise<AxiosResponse<any, any>>
- A promise that resolves to the command response.
Sends a command to set the target temperature (degree celsius) of a device.