Update TODOs
This commit is contained in:
parent
faa79178a5
commit
02b1f45686
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
@ -3,9 +3,8 @@
|
|||
// TODO: Record Inverter struct data only on-change.
|
||||
// Idea: Make a full admin / config GUI and only configure through this utility.
|
||||
// Idea: Gather settings only on start-up.
|
||||
// TODO: handleMessage: Support older data age than 0, due to new OpenDTU WebSocket implementation?
|
||||
// TODO: Only update meter readings such as yieldday, yieldtotal on-change.
|
||||
// TODO: DB migrations.
|
||||
// TODO: Implement proper DB migrations.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue