add time based control on top of voltage

This commit is contained in:
2026-09-03 09:58:10 +02:00
parent 4c9b398b45
commit 20a2a304e3
3 changed files with 83 additions and 19 deletions
+1
View File
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.45"
rppal = "0.22.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"