Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider making parameters objects #79

Closed
perolavsvendsen opened this issue Aug 10, 2021 · 1 comment
Closed

Consider making parameters objects #79

perolavsvendsen opened this issue Aug 10, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@perolavsvendsen
Copy link
Member

Currently, parameters are key:value pairs. To prepare for future possible expansions, consider making this into an object, e.g.

parameters:
  SENSNAME:
    value: VALUE
    description: MyDescription
@perolavsvendsen
Copy link
Member Author

The purpose of this is to be able to include more information (e.g. description in the example) in the future without causing breaking changes.

@perolavsvendsen perolavsvendsen added the enhancement New feature or request label Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant