hide field column if absent from all trackers

This commit is contained in:
2023-09-19 09:40:26 -05:00
parent 44579e0e7f
commit c969bb6b50
2 changed files with 114 additions and 55 deletions
+1
View File
@@ -47,6 +47,7 @@ exports.data = function data(_device, buf, info) {
device.data[address] = {
trackers: device.decoders[address].trackers,
system_name: device.decoders[address].system_name,
fields: device.decoders[address].getTrackerFields(),
};
});
device.draw();