Hide sensitive informations

This commit is contained in:
nemunaire 2022-08-20 20:21:14 +02:00
parent fe9538c817
commit 91f23b4a59
2 changed files with 2 additions and 3 deletions

View File

@ -78,8 +78,9 @@ fframe:
key = nkey
}
}
// Skip ADCO, this is the Linky address, confidential and unrelevant
if key == "ADCO" {
if key == "ADCO" || key == "ADSC" || key == "PRM" {
continue
}

View File

@ -29,7 +29,6 @@ var (
}
MeasurementStrings = []string{
"ADSC",
"VTIC",
"DATE",
"NGTF",
@ -43,7 +42,6 @@ var (
"FPM3",
"MSG1",
"MSG2",
"PRM",
"RELAIS",
"NTARF",
"NJOURF",