working on the peripheral state handling
This commit is contained in:
@@ -17,6 +17,7 @@ const (
|
||||
|
||||
type Peripheral interface {
|
||||
Name() string
|
||||
Setup() error
|
||||
SendData(*telemetry.TelemetryData) error
|
||||
RequiredFields() []telemetry.FieldID
|
||||
Close() error
|
||||
|
||||
Reference in New Issue
Block a user