From a506bde81eb70d6488a479086bc9afbf0c7025a9 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 7 Nov 2024 18:22:13 -0500 Subject: api: define POST /duty_cycle --- api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api b/api index fb51277..6891eec 100644 --- a/api +++ b/api @@ -4,4 +4,4 @@ POST /humidity ?room=&humidity= Set the measured hum POST /target_humidity ? 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 \ No newline at end of file +POST /duty_cycle ? Set the solenoid duty cycle. \ No newline at end of file -- cgit v1.2.3