diff --git a/ADT_Models/wind_turbine.json b/ADT_Models/wind_turbine.json new file mode 100644 index 0000000..a8bcd95 --- /dev/null +++ b/ADT_Models/wind_turbine.json @@ -0,0 +1,23 @@ +{ + "@id": "dtmi:laziz:WindTurbine;1", + "@type": "Interface", + "displayName": "Wind Turbine", + "contents": [ + { + "@type": "Property", + "name": "Name", + "schema": "string" + }, + { + "@type": "Property", + "name": "Temperature", + "schema": "double" + }, + { + "@type": "Property", + "name": "Humidity", + "schema": "double" + } + ], + "@context": "dtmi:dtdl:context;2" +}