MCPcopy Create free account
hub / github.com/UtilitechAS/amsreader-firmware / setTimezone

Method setTimezone

lib/PriceService/src/PriceService.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void PriceService::setTimezone(Timezone* tz) {
79 this->tz = tz;
80}
81
82char* PriceService::getToken() {
83 return ""; // Currently the implementation is not working, so lets disable it for al. Old code: this->config->entsoeToken;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected