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 key = nkey
} }
} }
// Skip ADCO, this is the Linky address, confidential and unrelevant // Skip ADCO, this is the Linky address, confidential and unrelevant
if key == "ADCO" { if key == "ADCO" || key == "ADSC" || key == "PRM" {
continue continue
} }

View File

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