Returns a references to the internal device manager, for handling configuration.
(&self)
| 186 | |
| 187 | /// Returns a references to the internal device manager, for handling configuration. |
| 188 | pub fn device_manager(&self) -> Arc<ServerDeviceManager> { |
| 189 | self.device_manager.clone() |
| 190 | } |
| 191 | |
| 192 | /// Returns a stream of output observations if emission is enabled, otherwise None. |
| 193 | /// This stream emits observations for all output commands processed through the server. |
no test coverage detected