Is your feature request related to a problem? Please describe.
Current implementation derives from a time and custom device where we used the remote monitor capabilities of the hardware to read Rx labels. However, this custom device currently Reads by key (module + channel + label + SDI), so the use of multiple maps is not necessary and makes the custom device more difficult to read/decipher.
Describe the solution you'd like
Single map with key = { channel, label, SDI } and value = { necessary indexes }
Describe alternatives you've considered
We could also put the entire configuration into a map.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. Current implementation derives from a time and custom device where we used the remote monitor capabilities of the hardware to read Rx labels. However, this custom device currently Reads by key (module + channel + label + SDI), so the use of multiple maps is not necessary and makes the custom device more difficult to read/decipher.
Describe the solution you'd like Single map with key = { channel, label, SDI } and value = { necessary indexes }
Describe alternatives you've considered We could also put the entire configuration into a map.
Additional context Add any other context or screenshots about the feature request here.