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

Method getTopics

lib/DateTimePlugin/src/DateTimePlugin.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 *****************************************************************************/
74
75void DateTimePlugin::getTopics(JsonArray& topics) const
76{
77 (void)topics.add(TOPIC_CONFIG);
78}
79
80bool DateTimePlugin::getTopic(const String& topic, JsonObject& value) const
81{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected