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

Method getTopic

lib/DateTimePlugin/src/DateTimePlugin.cpp:80–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool DateTimePlugin::getTopic(const String& topic, JsonObject& value) const
81{
82 bool isSuccessful = false;
83
84 if (true == topic.equals(TOPIC_CONFIG))
85 {
86 getConfiguration(value);
87 isSuccessful = true;
88 }
89
90 return isSuccessful;
91}
92
93bool DateTimePlugin::setTopic(const String& topic, const JsonObjectConst& value)
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected