| 86 | *****************************************************************************/ |
| 87 | |
| 88 | void SoundReactivePlugin::getTopics(JsonArray& topics) const |
| 89 | { |
| 90 | (void)topics.add(TOPIC_CONFIG); |
| 91 | } |
| 92 | |
| 93 | bool SoundReactivePlugin::getTopic(const String& topic, JsonObject& value) const |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected