mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-12 03:58:40 +01:00
132 lines
2.5 KiB
JSON
132 lines
2.5 KiB
JSON
{
|
|
"Device.LocalAgent.": {
|
|
"type": "object",
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"access": false,
|
|
"array": false,
|
|
"TransferComplete!": {
|
|
"type": "event",
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"Command": {
|
|
"type": "string",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "string"
|
|
},
|
|
"CommandKey": {
|
|
"type": "string",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "string"
|
|
},
|
|
"Requestor": {
|
|
"type": "string",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "string"
|
|
},
|
|
"TransferType": {
|
|
"type": "string",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "string",
|
|
"enumerations": [
|
|
"Download",
|
|
"Upload"
|
|
]
|
|
},
|
|
"Affected": {
|
|
"type": "string",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "string"
|
|
},
|
|
"TransferURL": {
|
|
"type": "string",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "URL",
|
|
"range": [
|
|
{
|
|
"max": 2048
|
|
}
|
|
]
|
|
},
|
|
"StartTime": {
|
|
"type": "dateTime",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "dateTime"
|
|
},
|
|
"CompleteTime": {
|
|
"type": "dateTime",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "dateTime"
|
|
},
|
|
"FaultCode": {
|
|
"type": "unsignedInt",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "unsignedInt"
|
|
},
|
|
"FaultString": {
|
|
"type": "string",
|
|
"read": true,
|
|
"write": true,
|
|
"version": "2.12",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"datatype": "string",
|
|
"range": [
|
|
{
|
|
"max": 256
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|