Added healthchecks, and maybe got a bit lost
This commit is contained in:
@@ -18,6 +18,7 @@ const (
|
||||
type Peripheral interface {
|
||||
Name() string
|
||||
Setup(string) error
|
||||
HealthCheck() bool
|
||||
SendData(*telemetry.TelemetryData) error
|
||||
RequiredFields() []telemetry.FieldID
|
||||
OnLoad() error
|
||||
|
||||
Reference in New Issue
Block a user