Adding Nishitha/BugBash.json
Adding \dtmi\com\nishitha\bugbash-1.json
This commit is contained in:
Родитель
aaf6de9022
Коммит
7273a4491d
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче