You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of models are using Telemetry attributes, even in cases where a Property attribute should be used. E.g. 'dtmi:digitaltwins:ngsi_ld:city:ParkingSpot;1' in 'Ontology\Parking\ParkingSpot\ParkingSpot.json'.
Why is 'status' a Telemetry attribute here? If used like this, you won't be able to query for free parking spots, since values of Telemetry attributes won't be stored.
The text was updated successfully, but these errors were encountered:
A lot of models are using Telemetry attributes, even in cases where a Property attribute should be used. E.g. 'dtmi:digitaltwins:ngsi_ld:city:ParkingSpot;1' in 'Ontology\Parking\ParkingSpot\ParkingSpot.json'.
Why is 'status' a Telemetry attribute here? If used like this, you won't be able to query for free parking spots, since values of Telemetry attributes won't be stored.
The text was updated successfully, but these errors were encountered: