summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* server dashboard: commentsSam Anthony2024-11-211-0/+2
* server dashboard: show 'unknown' if there is no humidity dataSam Anthony2024-11-211-2/+16
* server dashboard: sort by room idSam Anthony2024-11-211-11/+5
* server dashboardSam Anthony2024-11-214-42/+126
* server: move parseQuery() to humidity.goSam Anthony2024-11-072-21/+21
* server: fix punctuation in commentSam Anthony2024-11-071-1/+1
* server: refactorSam Anthony2024-11-074-150/+176
* server: handle /duty_cycleSam Anthony2024-11-072-10/+28
* server: log bad requestsSam Anthony2024-11-041-3/+1
* server: badRequest()Sam Anthony2024-11-041-8/+9
* server: handle /target_humiditySam Anthony2024-11-041-0/+39
* server: organize function definitionsSam Anthony2024-11-041-26/+26
* server: gofmtSam Anthony2024-11-041-1/+2
* remove special characters from room IDsSam Anthony2024-11-041-2/+2
* server: parseQuery()Sam Anthony2024-11-041-18/+26
* server: parse query string of POST /humiditySam Anthony2024-11-041-8/+40
* server: calculate average humidity of buildingSam Anthony2024-11-041-6/+24
* server: humidity record for each roomSam Anthony2024-11-043-0/+150