feat(websocket): add UnitRuntimeChanged message type
This commit is contained in:
parent
68e724898c
commit
6a4c3b1d39
|
|
@ -18,6 +18,7 @@ pub enum WsMessage {
|
||||||
PointNewValue(crate::telemetry::PointMonitorInfo),
|
PointNewValue(crate::telemetry::PointMonitorInfo),
|
||||||
PointSetValueBatchResult(crate::connection::BatchSetPointValueRes),
|
PointSetValueBatchResult(crate::connection::BatchSetPointValueRes),
|
||||||
EventCreated(crate::model::EventRecord),
|
EventCreated(crate::model::EventRecord),
|
||||||
|
UnitRuntimeChanged(crate::control::runtime::UnitRuntime),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue