blob: ab01f638b88b999429b5ce09117f76445d06b096 (
plain) (
blame)
1
2
3
4
5
6
7
|
Method Path Query Description
POST /humidity ?<string room ID>&<float RH> Set the measured humidity of a room.
POST /target_humidity <float RH> Set the target humidity for the building.
GET /humidity Get the average humidity of the building.
GET /target_humidity Get the target humidity of the building.
POST /duty_cycle <TODO>
|