| 68 | *****************************************************************************/ |
| 69 | |
| 70 | void SensorPlugin::getTopics(JsonArray& topics) const |
| 71 | { |
| 72 | (void)topics.add(TOPIC_CONFIG); |
| 73 | } |
| 74 | |
| 75 | bool SensorPlugin::getTopic(const String& topic, JsonObject& value) const |
| 76 | { |
nothing calls this directly
no outgoing calls
no test coverage detected