diff options
| -rw-r--r-- | api | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ POST /humidity ?room=<string room ID>&humidity=<float RH> Set the measured hum 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 +POST /duty_cycle ?<float DC> Set the solenoid duty cycle.
\ No newline at end of file |