mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-15 16:25:43 +00:00
Add support for Landis+Gyr meters using "LGF" manufacturer ID
This commit is contained in:
parent
afa47ea633
commit
fabdfbadf4
@ -33,6 +33,9 @@ IEC6205621::IEC6205621(const char* p) {
|
||||
} else if(listId.startsWith("Ene") || listId.startsWith("EST")) {
|
||||
meterType = AmsTypeSagemcom;
|
||||
listId = listId.substring(0,4);
|
||||
} else if(listId.startsWith("LGF")) {
|
||||
meterType = AmsTypeLandis;
|
||||
listId = listId.substring(0,4);
|
||||
} else {
|
||||
meterType = AmsTypeUnknown;
|
||||
listId = listId.substring(0,4);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user