Adding \dtmi\com\nishitha\bugbash-1.json
This commit is contained in:
NSannala 2020-10-12 08:45:43 -07:00
Родитель aaf6de9022
Коммит 7273a4491d
2 изменённых файлов: 52 добавлений и 0 удалений

26
BugBash.json Normal file
Просмотреть файл

@ -0,0 +1,26 @@
{
"@context": "dtmi:dtdl:context;2",
"@id": "dtmi:com:Nishitha:BugBash;1",
"@type": "Interface",
"displayName": "BugBash",
"contents": [
{
"@type": "Telemetry",
"name": "temperature",
"schema": "double"
},
{
"@type": "Property",
"name": "deviceStatus",
"schema": "string"
},
{
"@type": "Command",
"name": "reboot",
"request": {
"name": "delay",
"schema": "integer"
}
}
]
}

Просмотреть файл

@ -0,0 +1,26 @@
{
"@context": "dtmi:dtdl:context;2",
"@id": "dtmi:com:Nishitha:BugBash;1",
"@type": "Interface",
"displayName": "BugBash",
"contents": [
{
"@type": "Telemetry",
"name": "temperature",
"schema": "double"
},
{
"@type": "Property",
"name": "deviceStatus",
"schema": "string"
},
{
"@type": "Command",
"name": "reboot",
"request": {
"name": "delay",
"schema": "integer"
}
}
]
}