We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you want to request a feature or report a bug? Feature (enhancement)
What is the current behavior?
In the SLD metadata JSON file, a list of feederInfos is to be found.
"feederInfos" : [ { "id" : "id_example_ARROW_REACTIVE", "equipmentId" : "equipment-id-example" }, ... ]
In order to get the type of the measurement, the user currently has to parse the id to get the "ARROW_REACTIVE" piece of information.
A field should be added to store the type of measurement.
"feederInfos" : [ { "id" : "id_example_ARROW_REACTIVE", "equipmentId" : "equipment-id-example" "type" : "ARROW_REACTIVE" }, ... ]
The text was updated successfully, but these errors were encountered:
So-Fras
Successfully merging a pull request may close this issue.
Do you want to request a feature or report a bug?
Feature (enhancement)
What is the current behavior?
In the SLD metadata JSON file, a list of feederInfos is to be found.
In order to get the type of the measurement, the user currently has to parse the id to get the "ARROW_REACTIVE" piece of information.
A field should be added to store the type of measurement.
This would improve the accessibility of this piece of information.
The text was updated successfully, but these errors were encountered: