blob: 6891eeca58981fd79fa0861373d618b7f58ffdc1 (
plain) (
blame)
1
2
3
4
5
6
7
|
Method Path Query Description
POST /humidity ?room=<string room ID>&humidity=<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 ?<float DC> Set the solenoid duty cycle.
|