Moved the data streaming thing to a controller for now
This commit is contained in:
@@ -93,3 +93,14 @@ type ErrorFormParseEv struct {
|
||||
type FindCDashDisplay struct{}
|
||||
|
||||
// Device events --------------------------------------------------------------
|
||||
|
||||
// + Stream events ------------------------------------------------------------
|
||||
|
||||
type StartStreamingReqEv struct{}
|
||||
type StopStreamingReqEv struct{}
|
||||
|
||||
type StreamDataEv struct {
|
||||
Str string
|
||||
}
|
||||
|
||||
// - Stream events ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user