Azure-Samples / digital-twins-explorer

A code sample for visualizing Azure Digital Twins graphs as a web application to create, edit, view, and diagnose digital twins, models, and relationships.
MIT License
180 stars 118 forks source link

Support for DTDL v3 #312

Open lilumdaru opened 10 months ago

lilumdaru commented 10 months ago

Hi,

I tried uploading dtdlv3 models, using the model upload button in digital-twins-explorer, but the models don't show up in the models list. This can be reproduced with the thermostat in https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v3/DTDL.v3.md#interface-examples

I assume DTDLv3 models are not supported, yet?

Can you please add support for DTDLv3 models?

sandervandevelde commented 10 months ago

Hello @lilumdaru , Azure Digital Twins supports V3 models already, but only via bulk upload. Notice This works for the graph but some V3-specific features are not visualized yet.