summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* server dashboard: styleSam Anthony2024-11-291-9/+10
* server dashboard: chart axis labelsSam Anthony2024-11-292-2/+6
* server: record duty cycle over timeSam Anthony2024-11-295-14/+70
* increase sample rateSam Anthony2024-11-291-1/+1
* server: input validationSam Anthony2024-11-293-3/+21
* server: use '...' for variadic argSam Anthony2024-11-291-2/+2
* server: format chart x axisSam Anthony2024-11-271-0/+3
* server: chart y axis rangeSam Anthony2024-11-271-0/+3
* server: gofmtSam Anthony2024-11-272-7/+7
* server: sort rooms by name in chartSam Anthony2024-11-271-18/+59
* server: add hr's to dashboardSam Anthony2024-11-261-2/+2
* server: chart of humidity vs timeSam Anthony2024-11-266-15/+77
* server: limit number of samples kept in memorySam Anthony2024-11-263-4/+9
* server: display target humiditySam Anthony2024-11-264-17/+29
* server: embed htmlSam Anthony2024-11-212-41/+43
* server dashboard: display duty cycleSam Anthony2024-11-213-18/+37
* 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