mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-14 22:28:50 +00:00
Added list type 4 for power factor
This commit is contained in:
@@ -90,7 +90,7 @@ bool AmsDataStorage::update(AmsData* data) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if(data->getListType() != 3) return false;
|
||||
if(data->getListType() < 3) return false;
|
||||
else if(ltz.Minute > 1) return false;
|
||||
|
||||
// Update day plot
|
||||
|
||||
Reference in New Issue
Block a user