| 37 | } |
| 38 | |
| 39 | std::string getName() const override { return "M5Stack Tab5 Power"; } |
| 40 | std::string getDescription() const override { return "Battery monitoring via INA226 over I2C"; } |
| 41 | |
| 42 | bool supportsMetric(MetricType type) const override { |
nothing calls this directly
no outgoing calls
no test coverage detected