Add product strings of Janitza UMG 96S
This commit is contained in:
parent
012dc5ba36
commit
8b1c012a91
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user