Prepare for public branch
This commit is contained in:
Родитель
31b4474a76
Коммит
8588c852ca
|
@ -1,49 +0,0 @@
|
|||
{
|
||||
"@id": "urn:contoso:com:mqttIntelRsp:1",
|
||||
"@type": "Interface",
|
||||
"displayName": "Intel RSP",
|
||||
"description": "PnP Interface representing functionality exposed by Intel RFID Gateway",
|
||||
"contents": [
|
||||
{
|
||||
"@type": "Telemetry",
|
||||
"comment": "Inventory Summary",
|
||||
"name": "inventory_summary",
|
||||
"schema": "string"
|
||||
},
|
||||
{
|
||||
"@type": "Telemetry",
|
||||
"comment": "Inventory Data",
|
||||
"name": "inventory_data",
|
||||
"schema": "string"
|
||||
},
|
||||
{
|
||||
"@type": "Command",
|
||||
"name": "sensor_get_basic_info",
|
||||
"description": "Sensor Get Basic Info",
|
||||
"commandType": "synchronous",
|
||||
"request": {
|
||||
"name":"sensor_get_basic_info_request",
|
||||
"schema": "string"
|
||||
},
|
||||
"response": {
|
||||
"name":"sensor_get_basic_info_response",
|
||||
"schema": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Command",
|
||||
"name": "inventory_unload",
|
||||
"description": "Inventory Unload",
|
||||
"commandType": "synchronous",
|
||||
"request": {
|
||||
"name":"inventory_unload_request",
|
||||
"schema": "string"
|
||||
},
|
||||
"response": {
|
||||
"name":"inventory_unload_response",
|
||||
"schema": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"@context": "http://azureiot.com/v1/contexts/Interface.json"
|
||||
}
|
Загрузка…
Ссылка в новой задаче