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
Using a PnP interface with a telemetry schema geopoint and temperature:
geopoint
{ "@type": [ "Telemetry", "Location" ], "name": "location", "schema": "geopoint" }, { "@type": [ "Telemetry", "Temperature" ], "name": "temperature", "schema": "double", "unit": "degreeCelsius" }
Raw data shows the received payload
{ "body": { "location": { "lat": -114.0298, "lon": 34.5574, "alt": 657.8799 }, "temperature": 23 }, "enqueuedTime": "Tue Jan 04 2022 11:32:34 GMT-0800 (Pacific Standard Time)" }
When trying to see the modeled events shows the error message:
modeled events
This telemetry 'location' is not in the model. You may consider modeling it.
The text was updated successfully, but these errors were encountered:
Relates to #433
Sorry, something went wrong.
No branches or pull requests
Using a PnP interface with a telemetry schema
geopoint
and temperature:Raw data shows the received payload
When trying to see the
modeled events
shows the error message:This telemetry 'location' is not in the model. You may consider modeling it.
The text was updated successfully, but these errors were encountered: