From b535abe0a8d920a32fa2c321be886726ec4965bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Wed, 22 Sep 2021 10:18:35 +0200 Subject: [PATCH] Add another register size for apator162. --- src/meter_apator162.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/meter_apator162.cc b/src/meter_apator162.cc index cefbe6b..c50a154 100644 --- a/src/meter_apator162.cc +++ b/src/meter_apator162.cc @@ -157,8 +157,10 @@ int MeterApator162::registerSize(int c) // now its impossible to see that the telegram contains mfct data.... // except by using the mfct/type/version info. case 0x81: return 10; + case 0x82: return 10; case 0x83: return 10; case 0x84: return 10; + case 0x86: return 10; case 0x87: return 10; case 0x92: return 3;