mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-27 08:08:59 +00:00
hide field column if absent from all trackers
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user