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
https://mobility.api.opendatahub.testingmachine.eu/v2/tree/EChargingPlug/echarging-plug-status/latest?select=pmetadata.state,sname
... produces wrong result:
"offset": 0, "data": { "EChargingPlug": { "stations": { "00-30-D6-09-5F-8A-0": { "sdatatypes": { "echarging-plug-status": { "tmeasurements": [ {} ] } }, "sname": "Tamm-200770-13103", "sparent": { "pmetadata": { "state": "TEMPORARYUNAVAILABLE" } } } } } }
tmeasurements should not be there, the empty object should be removed and therefore the list would be empty and also removed from results
The text was updated successfully, but these errors were encountered:
resultbuilder: Add test for a future development
91a4722
This one is currently ignored. Related issue #23
Piiit
No branches or pull requests
https://mobility.api.opendatahub.testingmachine.eu/v2/tree/EChargingPlug/echarging-plug-status/latest?select=pmetadata.state,sname
... produces wrong result:
tmeasurements should not be there, the empty object should be removed and therefore the list would be empty and also removed from results
The text was updated successfully, but these errors were encountered: