openlcb / OpenLCB_Java

Java implementation of OpenLCB / LCC protocols. This implementation operates inside JMRI, and can also be used inside Android apps.
6 stars 9 forks source link

Config Node displays more info as needed #217

Closed bobjacobsen closed 1 year ago

bobjacobsen commented 1 year ago

Currently, Configure Nodes displays the user-provided name and description. These are blank for JMRI nodes.

This PR will display the manufacturer name and model if the user provided info is blank. This will show e.g. "JMRI - PanelPro" for JMRI nodes. it's also useful for certain hardware nodes before they've been configured.

bobjacobsen commented 1 year ago

This is the last change I'm expected before JMRI 5.3.4 this coming Friday. I've got a custom openlcb.jar with these PRs in JMRI GitHub now. At some point I would like to update to a released one. No hurry.