| Definitions | |
|---|---|
| Type | object |
Example:
{
"name": "camera._getMetadata",
"parameters": {
"fileUrl": "http://192.168.1.10/files/100RICOH/R0010204.JPG"
}
}
| Property | Type | Required | Description |
|---|---|---|---|
| name | const | yes | Command to execute |
| parameters | object | yes | - |
| Definitions | |
|---|---|
| Type | const |
Description: Command to execute
Specific value: "camera._getMetadata"
| Definitions | |
|---|---|
| Type | object |
| Property | Type | Required | Description |
|---|---|---|---|
| fileUrl | string | yes | URL of the JPEG file which metadata is required |
| Definitions | |
|---|---|
| Type | string |
Description: URL of the JPEG file which metadata is required