Skip to content

Commit b017a26

Browse files
authored
Merge pull request #1111 from OSGP/feature/SMHE-1613-fix-configlookup-json
SMHE-1613: correct mapping to the unknown gas meter type for G4/G6/G1…
2 parents c43883c + d861633 commit b017a26

File tree

1 file changed

+2
-1
lines changed
  • osgp/protocol-adapter-dlms/osgp-dlms/src/main/resources/dlmsprofiles

1 file changed

+2
-1
lines changed

osgp/protocol-adapter-dlms/osgp-dlms/src/main/resources/dlmsprofiles/configlookup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
{
2121
"type": "unknown gas meter type",
2222
"match": [
23-
"Pre-NTA"
23+
"elster-instromet",
24+
"flonidan-gasmeter"
2425
]
2526
}
2627
],

0 commit comments

Comments
 (0)