first use of libmbus

This commit is contained in:
Wolfgang Hottgenroth 2020-11-03 11:09:03 +01:00
parent 81f494e6e7
commit 471114fdd4
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -84,10 +84,12 @@ static void parseAndPrintFrame(t_longframe *frame) {
for (record = frame_data.data_var.record;
record;
record = record->next) {
logMsg("papf len: %d, dif: %02x, vif: %02x",
logMsg("papf len: %d, dif: %02x, difel: %02x, vif: %02x, vifel: %02x",
record->data_len,
record->drh.dib.dif,
record->drh.vib.vif);
record->drh.dib.ndife,
record->drh.vib.vif,
record->drh.vib.nvife);
}
}