| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove notesHEADmaster | Sam Anthony | 2024-11-30 | 1 | -6/+0 |
| | | |||||
| * | remove TODO | Sam Anthony | 2024-11-30 | 1 | -29/+0 |
| | | |||||
| * | presentation | Sam Anthony | 2024-11-30 | 3 | -6/+7 |
| | | |||||
| * | presentation slides | Sam Anthony | 2024-11-29 | 3 | -0/+700 |
| | | |||||
| * | server dashboard: style | Sam Anthony | 2024-11-29 | 1 | -9/+10 |
| | | |||||
| * | server dashboard: chart axis labels | Sam Anthony | 2024-11-29 | 2 | -2/+6 |
| | | |||||
| * | server: record duty cycle over time | Sam Anthony | 2024-11-29 | 5 | -14/+70 |
| | | |||||
| * | reconnect to wifi | Sam Anthony | 2024-11-29 | 2 | -0/+3 |
| | | |||||
| * | increase sample rate | Sam Anthony | 2024-11-29 | 2 | -2/+2 |
| | | |||||
| * | server: input validation | Sam Anthony | 2024-11-29 | 3 | -3/+21 |
| | | |||||
| * | server: use '...' for variadic arg | Sam Anthony | 2024-11-29 | 1 | -2/+2 |
| | | |||||
| * | HvacStation: low/high indicator LEDs | Sam Anthony | 2024-11-29 | 1 | -1/+8 |
| | | |||||
| * | HvacStation: use full LED bar | Sam Anthony | 2024-11-29 | 1 | -5/+19 |
| | | |||||
| * | HvacStation: refactor led bar | Sam Anthony | 2024-11-29 | 1 | -5/+21 |
| | | |||||
| * | HvacStation: LED bar | Sam Anthony | 2024-11-29 | 1 | -3/+54 |
| | | |||||
| * | SensorStation: screen | Sam Anthony | 2024-11-28 | 1 | -14/+61 |
| | | |||||
| * | HvacStation: screen | Sam Anthony | 2024-11-28 | 1 | -39/+83 |
| | | |||||
| * | server: format chart x axis | Sam Anthony | 2024-11-27 | 1 | -0/+3 |
| | | |||||
| * | server: chart y axis range | Sam Anthony | 2024-11-27 | 1 | -0/+3 |
| | | |||||
| * | update makefile | Sam Anthony | 2024-11-27 | 1 | -1/+1 |
| | | |||||
| * | server: gofmt | Sam Anthony | 2024-11-27 | 2 | -7/+7 |
| | | |||||
| * | server: sort rooms by name in chart | Sam Anthony | 2024-11-27 | 1 | -18/+59 |
| | | |||||
| * | server: add hr's to dashboard | Sam Anthony | 2024-11-26 | 1 | -2/+2 |
| | | |||||
| * | server: chart of humidity vs time | Sam Anthony | 2024-11-26 | 8 | -15/+152 |
| | | |||||
| * | server: limit number of samples kept in memory | Sam Anthony | 2024-11-26 | 3 | -4/+9 |
| | | |||||
| * | HvacStation: post duty cycle to server | Sam Anthony | 2024-11-26 | 1 | -9/+54 |
| | | |||||
| * | HvacStation: retrieve target humidity from server | Sam Anthony | 2024-11-26 | 1 | -21/+26 |
| | | |||||
| * | update makefile | Sam Anthony | 2024-11-26 | 1 | -1/+1 |
| | | |||||
| * | server: display target humidity | Sam Anthony | 2024-11-26 | 4 | -17/+29 |
| | | |||||
| * | SensorStation: send target humidity to server | Sam Anthony | 2024-11-26 | 1 | -20/+62 |
| | | |||||
| * | add dashboard.html to Makefile | Sam Anthony | 2024-11-26 | 1 | -1/+1 |
| | | |||||
| * | sensor station: button debounce | Sam Anthony | 2024-11-21 | 1 | -6/+16 |
| | | |||||
| * | sensor station: up, down buttons | Sam Anthony | 2024-11-21 | 1 | -3/+65 |
| | | |||||
| * | server: embed html | Sam Anthony | 2024-11-21 | 2 | -41/+43 |
| | | |||||
| * | server dashboard: display duty cycle | Sam Anthony | 2024-11-21 | 6 | -20/+46 |
| | | |||||
| * | make gofmt seperate make target | Sam Anthony | 2024-11-21 | 1 | -0/+2 |
| | | |||||
| * | server dashboard: comments | Sam Anthony | 2024-11-21 | 1 | -0/+2 |
| | | |||||
| * | server dashboard: show 'unknown' if there is no humidity data | Sam Anthony | 2024-11-21 | 1 | -2/+16 |
| | | |||||
| * | server dashboard: sort by room id | Sam Anthony | 2024-11-21 | 1 | -11/+5 |
| | | |||||
| * | server dashboard | Sam Anthony | 2024-11-21 | 4 | -42/+126 |
| | | |||||
| * | checkin doc | Sam Anthony | 2024-11-21 | 1 | -0/+52 |
| | | |||||
| * | organize TODO | Sam Anthony | 2024-11-08 | 1 | -10/+1 |
| | | |||||
| * | server: move parseQuery() to humidity.go | Sam Anthony | 2024-11-07 | 2 | -21/+21 |
| | | |||||
| * | server: fix punctuation in comment | Sam Anthony | 2024-11-07 | 1 | -1/+1 |
| | | |||||
| * | add clean make target | Sam Anthony | 2024-11-07 | 1 | -0/+3 |
| | | |||||
| * | add release make target | Sam Anthony | 2024-11-07 | 1 | -1/+7 |
| | | |||||
| * | server: refactor | Sam Anthony | 2024-11-07 | 5 | -151/+177 |
| | | |||||
| * | server: handle /duty_cycle | Sam Anthony | 2024-11-07 | 3 | -11/+34 |
| | | |||||
| * | api: define POST /duty_cycle | Sam Anthony | 2024-11-07 | 1 | -1/+1 |
| | | |||||
| * | update TODO | Sam Anthony | 2024-11-07 | 1 | -7/+9 |
| | | |||||