vif parsing
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
#include <logger.h>
|
||||
#include <frontend.h>
|
||||
#include <wizHelper.h>
|
||||
#include <mbusParserExt.h>
|
||||
|
||||
|
||||
#include <mbus/mbus-protocol.h>
|
||||
|
||||
@ -174,6 +176,10 @@ static void parseAndPrintFrame(t_mbusCommHandle *localMbusCommHandle) {
|
||||
vifeIdx,
|
||||
record->drh.vib.vife[vifeIdx]);
|
||||
}
|
||||
parsedVIB_t parsedVIB = parseVIB(record->drh.vib);
|
||||
coloredMsg(LOG_YELLOW, true, "mbc papf [%d] parsed VIB N: %s, U: %s, E: %d",
|
||||
localMbusCommHandle->requestId,
|
||||
parsedVIB.name, parsedVIB.unit, parsedVIB.exponent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user