diff options
| -rw-r--r-- | api | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ -Method Path Query +Method Path Query Description -POST /humidity <float RH> -POST /target_humidity <float RH> -GET /humidity -GET /target_humidity +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>
\ No newline at end of file |