From e563642584280d2b085b9842f4ca65f6b434d6a5 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 4 Nov 2024 11:03:53 -0500 Subject: api: room key/val query in POST /humidity --- api | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'api') diff --git a/api b/api index ab01f63..fb51277 100644 --- a/api +++ b/api @@ -1,7 +1,7 @@ -Method Path Query Description +Method Path Query Description -POST /humidity ?& Set the measured humidity of a room. -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 /humidity ?room=&humidity= Set the measured humidity of a room. +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 -- cgit v1.2.3