| 48 | |
| 49 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |
| 50 | pub enum HealthIssue { |
| 51 | Overheating, |
| 52 | BandwidthSaturation, |
| 53 | HighPacketLoss, |
| 54 | SensorError, |
| 55 | } |
| 56 | |
| 57 | impl DeviceTelemetry { |
| 58 | /// 基于遥测数据简单的健康评估 |
nothing calls this directly
no outgoing calls
no test coverage detected