summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-042-8/+41
|
* api: room key/val query in POST /humiditySam Anthony2024-11-041-5/+5
|
* server: calculate average humidity of buildingSam Anthony2024-11-041-6/+24
|
* api: add descriptionsSam Anthony2024-11-041-5/+5
|
* server: humidity record for each roomSam Anthony2024-11-044-5/+17
|
* close channelsSam Anthony2024-11-011-7/+14
|
* implement server POST humiditySam Anthony2024-11-012-6/+25
|
* implement server GET /humiditySam Anthony2024-11-012-0/+111
|
* gitignoreSam Anthony2024-11-011-0/+11
|
* proposalSam Anthony2024-11-014-0/+998
|
* TODOSam Anthony2024-11-011-0/+33
|
* notesSam Anthony2024-11-011-0/+6
|
* apiSam Anthony2024-11-011-0/+7