I would like the list of meters in the underlying Radio object to be up-to-date with what meters are currently available in the physical radio so that I can query and subscribe to them.
Currently at startup the Radio object sends a meter list command and populates an internal list of meters for translation between meter name and meter number. This list is never updated. Thus meters added or removed after this initial startup will not get translated properly on future meter data output.
I would like the list of meters in the underlying
Radio
object to be up-to-date with what meters are currently available in the physical radio so that I can query and subscribe to them.Currently at startup the
Radio
object sends ameter list
command and populates an internal list of meters for translation between meter name and meter number. This list is never updated. Thus meters added or removed after this initial startup will not get translated properly on future meter data output.