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

Method getTopics

lib/OpenWeatherPlugin/src/OpenWeatherPlugin.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 *****************************************************************************/
82
83void OpenWeatherPlugin::getTopics(JsonArray& topics) const
84{
85 (void)topics.add(TOPIC_CONFIG);
86}
87
88bool OpenWeatherPlugin::getTopic(const String& topic, JsonObject& value) const
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected