add the identification ID for a telemetry field
we will use this so the serial device knows where to send the data
This commit is contained in:
@@ -3,5 +3,5 @@ package telemetry
|
||||
|
||||
type TelemetryProvider interface {
|
||||
Stream() (<-chan TelemetryData, error)
|
||||
Subscribe([]FieldID)
|
||||
Subscribe(map[int16]FieldID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user