| 204 | } |
| 205 | |
| 206 | std::string Sensor::getStateAddress(const std::string& key) const |
| 207 | { |
| 208 | return state.getRequestPath() + "/state/" + key; |
| 209 | } |
| 210 | |
| 211 | nlohmann::json Sensor::getConfig() const |
| 212 | { |
nothing calls this directly
no test coverage detected