bitfocus / companion-module-generic-emberplus

Companion Module for the Ember Plus protocol
https://github.com/Lawo/ember-plus
MIT License
3 stars 6 forks source link

Labelling of ember+ paths #16

Closed phillipivan closed 1 month ago

phillipivan commented 1 year ago

I have buttons with 6 or more ember+ actions stacked. It can be hard to keep track of which function is which. Is it possible to either (a) add a name / description to ember+ paths that persist across actions or (b) add a non functional description field to each action to make them easier to parse down the track.

premultiply commented 6 months ago

Maybe it would be easier to parse the full path copied from EmberPlusView including the textual representation by a regular expression.

That means you may enter something like V*AP/controller_dsp[1]/system.snmp/parameters/idx_1/config.snmpTrapEnableMask [4096.1.39.4098.81921.2232] and it would automatically extract 4096.1.39.4098.81921.2232 for internal processing but leave the full text path it in the field for human reference.

phillipivan commented 1 month ago

Good suggested. I have implemented this in 2.3.1