Definitions | |
---|---|
Type | object |
Example:
{
"name": "camera._deleteAccessPoint",
"parameters": {
"ssid": "ssid-to-delete"
}
}
Property | Type | Required | Description |
---|---|---|---|
name | const | yes | Command to execute |
parameters | object | yes | - |
Definitions | |
---|---|
Type | const |
Description: Command to execute
Specific value: "camera._deleteAccessPoint"
Definitions | |
---|---|
Type | object |
Property | Type | Required | Description |
---|---|---|---|
ssid | string | yes | SSID of the access point to delete |
Definitions | |
---|---|
Type | string |
Description: SSID of the access point to delete