MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getTopics

Method getTopics

lib/SignalDetectorPlugin/src/SignalDetectorPlugin.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void SignalDetectorPlugin::getTopics(JsonArray& topics) const
89{
90 (void)topics.add(TOPIC_CONFIG);
91}
92
93bool SignalDetectorPlugin::getTopic(const String& topic, JsonObject& value) const
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected