summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* server: use '...' for variadic argSam Anthony2024-11-291-2/+2
* HvacStation: low/high indicator LEDsSam Anthony2024-11-291-1/+8
* HvacStation: use full LED barSam Anthony2024-11-291-5/+19
* HvacStation: refactor led barSam Anthony2024-11-291-5/+21
* HvacStation: LED barSam Anthony2024-11-291-3/+54
* SensorStation: screenSam Anthony2024-11-281-14/+61
* HvacStation: screenSam Anthony2024-11-281-39/+83
* server: format chart x axisSam Anthony2024-11-271-0/+3
* server: chart y axis rangeSam Anthony2024-11-271-0/+3
* update makefileSam Anthony2024-11-271-1/+1
* 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-268-15/+152
* server: limit number of samples kept in memorySam Anthony2024-11-263-4/+9
* HvacStation: post duty cycle to serverSam Anthony2024-11-261-9/+54
* HvacStation: retrieve target humidity from serverSam Anthony2024-11-261-21/+26
* update makefileSam Anthony2024-11-261-1/+1
* server: display target humiditySam Anthony2024-11-264-17/+29
* SensorStation: send target humidity to serverSam Anthony2024-11-261-20/+62
* add dashboard.html to MakefileSam Anthony2024-11-261-1/+1
* sensor station: button debounceSam Anthony2024-11-211-6/+16
* sensor station: up, down buttonsSam Anthony2024-11-211-3/+65
* server: embed htmlSam Anthony2024-11-212-41/+43
* server dashboard: display duty cycleSam Anthony2024-11-216-20/+46
* make gofmt seperate make targetSam Anthony2024-11-211-0/+2
* 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
* checkin docSam Anthony2024-11-211-0/+52
* organize TODOSam Anthony2024-11-081-10/+1
* server: move parseQuery() to humidity.goSam Anthony2024-11-072-21/+21
* server: fix punctuation in commentSam Anthony2024-11-071-1/+1
* add clean make targetSam Anthony2024-11-071-0/+3
* add release make targetSam Anthony2024-11-071-1/+7
* server: refactorSam Anthony2024-11-075-151/+177
* server: handle /duty_cycleSam Anthony2024-11-073-11/+34
* api: define POST /duty_cycleSam Anthony2024-11-071-1/+1
* update TODOSam Anthony2024-11-071-7/+9
* HvacStation: implement state machineSam Anthony2024-11-071-6/+13
* SensorStation: commentsSam Anthony2024-11-071-0/+3
* SensorStation: rename humidityURL() to humidityUrl()Sam Anthony2024-11-071-2/+2
* SensorStation: rephrase log messageSam Anthony2024-11-071-1/+1
* HvacStation: get humidity; pid outputSam Anthony2024-11-071-0/+108
* implement SensorStationSam Anthony2024-11-073-0/+128
* update TODOSam Anthony2024-11-071-1/+1
* update TODOSam Anthony2024-11-041-2/+5
* server: log bad requestsSam Anthony2024-11-041-3/+1
* server: badRequest()Sam Anthony2024-11-041-8/+9