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

Method getL1ActiveImportPower

lib/AmsData/src/AmsData.cpp:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355uint32_t AmsData::getL1ActiveImportPower() {
356 return this->l1activeImportPower;
357}
358
359uint32_t AmsData::getL2ActiveImportPower() {
360 return this->l2activeImportPower;

Callers 6

CloudConnector.cppFile · 0.80
publishList4Method · 0.80
applyMethod · 0.80
publishList4Method · 0.80
dataJsonMethod · 0.80
publishList4Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected