first use of libmbus

This commit is contained in:
Wolfgang Hottgenroth 2020-11-03 12:34:07 +01:00
parent e708da9178
commit e9c27607b5
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -91,7 +91,7 @@ static void parseAndPrintFrame(t_longframe *frame) {
record->drh.dib.ndife,
record->drh.vib.vif,
record->drh.vib.nvife);
logMsg("papf txt: %s %s %s",
logMsg("papf txt: F:%s U:%s V:%s",
mbus_data_record_function(record),
mbus_data_record_unit(record),
mbus_data_record_value(record));