summaryrefslogtreecommitdiffstats
path: root/api
blob: fb51277704b3784f4b1b93317ed22f4c3e5bc714 (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		<TODO>