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

Method getTopics

lib/SensorPlugin/src/SensorPlugin.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 *****************************************************************************/
69
70void SensorPlugin::getTopics(JsonArray& topics) const
71{
72 (void)topics.add(TOPIC_CONFIG);
73}
74
75bool SensorPlugin::getTopic(const String& topic, JsonObject& value) const
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected