automatic setup for devices
Its not close to being done and still need to work out the flows due to who arrives first: telemetry or the peripheral?
This commit is contained in:
@@ -17,7 +17,7 @@ const (
|
||||
|
||||
type Peripheral interface {
|
||||
Name() string
|
||||
Setup() error
|
||||
Setup(string) error
|
||||
SendData(*telemetry.TelemetryData) error
|
||||
RequiredFields() []telemetry.FieldID
|
||||
OnLoad() error
|
||||
|
||||
Reference in New Issue
Block a user