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

Method getDayAccuracy

lib/AmsDataStorage/src/AmsDataStorage.cpp:602–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602uint8_t AmsDataStorage::getDayAccuracy() {
603 return day.accuracy;
604}
605
606void AmsDataStorage::setDayAccuracy(uint8_t accuracy) {
607 if(day.accuracy != accuracy) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected