| 73 | *****************************************************************************/ |
| 74 | |
| 75 | void DateTimePlugin::getTopics(JsonArray& topics) const |
| 76 | { |
| 77 | (void)topics.add(TOPIC_CONFIG); |
| 78 | } |
| 79 | |
| 80 | bool DateTimePlugin::getTopic(const String& topic, JsonObject& value) const |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected