first use of libmbus
This commit is contained in:
@ -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 }
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user