working on the peripheral state handling

This commit is contained in:
2026-09-20 21:44:15 +01:00
parent dcba0774c2
commit 5d5b7bfdc3
6 changed files with 107 additions and 9 deletions
+1
View File
@@ -17,6 +17,7 @@ const (
type Peripheral interface {
Name() string
Setup() error
SendData(*telemetry.TelemetryData) error
RequiredFields() []telemetry.FieldID
Close() error