vif parsing
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
typedef struct {
|
||||
char name[32];
|
||||
char unit[16];
|
||||
uint8_t exponent;
|
||||
int8_t exponent;
|
||||
} parsedVIB_t;
|
||||
|
||||
parsedVIB_t parseVIB(mbus_value_information_block vib);
|
||||
|
Reference in New Issue
Block a user