first use of libmbus

This commit is contained in:
2020-11-03 14:10:09 +01:00
parent a928e15e74
commit 43fe49f90d
2 changed files with 17 additions and 18 deletions

View File

@ -30,7 +30,9 @@ void helloMeterbus(void *handle) {
.address = 80,
.consideredField = {
{ .label = "energy", .index = 0 },
{ .label = "power", .index = 17 }
{ .label = "power", .index = 17 },
{ .label = "", .index = 0 },
{ .label = "", .index = 0 }
}
};