| 78 | return cache.getValue().at("mac").get<std::string>(); |
| 79 | } |
| 80 | time::AbsoluteTime BridgeConfig::getUTCTime() const |
| 81 | { |
| 82 | return time::AbsoluteTime::parseUTC(cache.getValue().at("UTC").get<std::string>()); |
| 83 | } |
| 84 | std::string BridgeConfig::getTimezone() const |
| 85 | { |
| 86 | return cache.getValue().at("timezone").get<std::string>(); |