From 8b1c012a9182a377631330a01052f2b4f38e205a Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Tue, 2 Feb 2016 18:57:57 +0000 Subject: [PATCH] Add product strings of Janitza UMG 96S --- mbus/mbus-protocol.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mbus/mbus-protocol.c b/mbus/mbus-protocol.c index da3b9aa..173e7a3 100755 --- a/mbus/mbus-protocol.c +++ b/mbus/mbus-protocol.c @@ -1032,6 +1032,18 @@ mbus_data_product_name(mbus_data_variable_header *header) break; } } + else if (manufacturer == mbus_manufacturer_id("JAN")) + { + if (header->medium == MBUS_VARIABLE_DATA_MEDIUM_ELECTRICITY) + { + switch (header->version) + { + case 0x09: + strcpy(buff,"Janitza UMG 96S"); + break; + } + } + } else if (manufacturer == mbus_manufacturer_id("LUG")) { switch (header->version)