Azure / opendigitaltwins-dtdl

Digital Twins Definition Language
Creative Commons Attribution 4.0 International
470 stars 160 forks source link

Add temperature controller sample model #62

Closed rido-min closed 4 years ago

rido-min commented 4 years ago

This PR replaces #61

The interface is composed with components and root elements. The command uses a complex object response. DeviceInfo is included to show how to reuse interfaces from the public repo.

TemperatureController

rido-min commented 4 years ago

@briancr-ms I'm adding the DeviceInfo interface -copied from the public repo- in this PR to enable DTDL parser validation.

Do we want to make this repo the home for common interfaces?