| 81 | *****************************************************************************/ |
| 82 | |
| 83 | void OpenWeatherPlugin::getTopics(JsonArray& topics) const |
| 84 | { |
| 85 | (void)topics.add(TOPIC_CONFIG); |
| 86 | } |
| 87 | |
| 88 | bool OpenWeatherPlugin::getTopic(const String& topic, JsonObject& value) const |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected