Is your feature request related to a problem? Please describe.
Creating beacons is a challenge because the exact format of the parameters depends on the beacon that is used.
The regular help facility only mentions the detail parameters as yaml text, while we expect json.
Describe the solution you'd like
Create a "command constructor" that helps to fill in placeholders.
e.g. start with "beacons.add <name> <data>"
the command field should get a drop-down with common combinations.
Describe alternatives you've considered
provide this information via the help text
Additional context
We likely cannot detect plugged in beacons, let alone their parameter structure.
This help-structure must also be useable for other commands
Is your feature request related to a problem? Please describe.
Creating beacons is a challenge because the exact format of the parameters depends on the beacon that is used.
The regular help facility only mentions the detail parameters as yaml text, while we expect json.
Describe the solution you'd like
Create a "command constructor" that helps to fill in placeholders.
e.g. start with "
beacons.add <name> <data>"the command field should get a drop-down with common combinations.
Describe alternatives you've considered
provide this information via the help text
Additional context
We likely cannot detect plugged in beacons, let alone their parameter structure.
This help-structure must also be useable for other commands