Moved the data streaming thing to a controller for now

This commit is contained in:
2026-02-23 23:11:52 +00:00
parent 6a37d7e97c
commit f34cbfd23b
5 changed files with 230 additions and 212 deletions
+11
View File
@@ -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 ------------------------------------------------------------