HVAC
Submit command to change mode of HVAC
This endpoint creates an asynchronously executed command request to change the mode of HVAC.
POST
Authorizations
API key used for authorization and authentication.
Path Parameters
Hvac ID
Body
application/json
Object of mode target of HVAC device.
Indicates which mode to set.
Available options:
HEAT
, COOL
, DRY
, AUTO
, REDUCED
, OFF
Response
200
application/json
Successful operation
The timestamp when command is created.
The ID of the command.
The state of the command.
PENDING
- Command is waiting to be executed.FAILED
- Execution of command has failed.EXECUTED
- Command has been executed successfully.
Available options:
PENDING
, EXECUTED
, FAILED
The name of the command type to execute.
Available options:
SET_TEMPERATURE
, SET_MODE
, SET_SCHEDULE
The ID of the user.
The ID of the vehicle.