Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LazaUK authored Aug 22, 2022
1 parent a0726f8 commit 708fdbb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ADT_Models/wind_turbine.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 708fdbb

Please sign in to comment.