MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / getMACAddress

Method getMACAddress

dependencies/hueplusplus-1.0.0/src/BridgeConfig.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 cache.getCommandAPI().PUTRequest("/config", {{"touchlink", true}}, CURRENT_FILE_INFO);
75}
76std::string BridgeConfig::getMACAddress() const
77{
78 return cache.getValue().at("mac").get<std::string>();
79}
80time::AbsoluteTime BridgeConfig::getUTCTime() const
81{
82 return time::AbsoluteTime::parseUTC(cache.getValue().at("UTC").get<std::string>());

Callers 2

TESTFunction · 0.80
mainFunction · 0.80

Calls 1

getValueMethod · 0.80

Tested by 1

TESTFunction · 0.64