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

Method getToken

lib/PriceService/src/PriceService.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82char* PriceService::getToken() {
83 return ""; // Currently the implementation is not working, so lets disable it for al. Old code: this->config->entsoeToken;
84}
85
86char* PriceService::getCurrency() {
87 return this->config->currency;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected