stephenhouser / node-red-contrib-flexradio

NodeRed nodes for working with FlexRadio 6xxx series software defined radios
Other
9 stars 3 forks source link

Update meter list when meters are added/removed #9

Closed stephenhouser closed 3 years ago

stephenhouser commented 3 years ago

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.