See: Description
Class | Description |
---|---|
AWSUpload |
Endpoint to receive aws credentials..
|
ThermostatEndPoint |
The endpoint to get the temperature
/thermostat: get: description: Return the current and target temperature produces: - application/json responses: 200:
description: Request was successful headers: schema: type: object properties: current: type: float description: the
current temperature target: type: float description: the target temperature put: description: Set the target
temperature produces: - application/json urlencoded parameters: - target: the target temperature responses: 200:
description: Request was successful headers: schema: type: object properties: current: type: float description: the
current temperature target: type: float description: the target temperature 400: description: target parameter was
not found.
|