Update TODOs
All checks were successful
Build Docker image / build (push) Successful in 1m11s
Build Golang packages / release (push) Successful in 1m34s

This commit is contained in:
Pieter Hollander 2024-03-18 10:47:10 +01:00
parent faa79178a5
commit 02b1f45686
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -3,9 +3,8 @@
// TODO: Record Inverter struct data only on-change. // TODO: Record Inverter struct data only on-change.
// Idea: Make a full admin / config GUI and only configure through this utility. // Idea: Make a full admin / config GUI and only configure through this utility.
// Idea: Gather settings only on start-up. // 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: Only update meter readings such as yieldday, yieldtotal on-change.
// TODO: DB migrations. // TODO: Implement proper DB migrations.
package main package main
import ( import (