Fixed aidon package timestamp

This commit is contained in:
Gunnar Skjold
2025-01-12 10:32:14 +01:00
parent affa66f78f
commit 1fa62fa97c

View File

@@ -635,7 +635,7 @@ IEC6205675::IEC6205675(const char* d, uint8_t useMeterType, MeterConfig* meterCo
}
if(this->packageTimestamp > 0) {
if(meterType == AmsTypeAidon || meterType == AmsTypeKamstrup) {
if(meterType == AmsTypeKamstrup) {
this->packageTimestamp = this->packageTimestamp - 3600;
}
}