ChangeCameraConfig
POST
Change Camera Config
Change the configuration of a specific camera within a location.
Note: The entire configuration must be sent each time, even with unchanged values!
{
"version": "1.0",
"deviceId": "07182FC1FC35D69780DEE2E889E15BEBC1814624F260B04759827DBBD6E2EB6A",
"audioDetection": "off",
"audioSensitivity": 66,
"micStatus": "on",
"speakerStatus": "on",
"motionDetection": "on",
"motionArea": [
{
"startX": 0,
"startY": 0,
"width": 599,
"height": 311,
"sensitivity": 99
},
{
"startX": 45,
"startY": 485,
"width": 206,
"height": 214,
"sensitivity": 33
}
],
"nightMode": "auto",
"ledStatus": "on",
"aheadRecording": 5,
"storagePlan": "day",
"motionZone": "rectangle",
"privacyMode": "off",
"geoFence": "off"
}
| Field Name/Location | Data Type | Definition |
|---|---|---|
| version | String | Version of the sensor |
| deviceId | String | deviceId of the sensor |
| audioDetection | String | Audio detection on/off |
| audioSenstivity | Integer | Current audio sensitivity setting: 0-100 |
| micStatus | String | Microphone on/off |
| speakerStatus | String | Speaker on/off |
| motionDetection | String | Motion detection on/off |
| motionArea | Array | Array defining all motion detection areas |
| motionArea.startX | Integer | Starting X resoultion position of the area |
| motionArea.startY | Integer | Starting Y resolution position of the area |
| motionArea.width | Integer | Width of the detection area |
| motionArea.height | Integer | Height of the detection area |
| motionArea.sensitivity | Integer | Sensitivity level of motion detection for the area. The higher the value the greater sensitivity. (0, 33, 66, 99) |
| nightMode | String | Night vision mode |
| ledStatus | String | State of the front LED |
| aheadRecording | Integer | |
| storagePlan | String | Video clip storage plan |
| motionZone | String | Shape of the motion detection zone |
| privacyMode | String | Privacy mode state |
| geoFence | String | Geofencing state. Typically this results in camera being OFF when home and ON when away. |
Resource URL
https://api.honeywellhome.com/v2 /devices/cameras/{deviceId}/config
Query Parameters
| Name | Values | Description |
|---|---|---|
| apikey |
Your application API Key |
|
| locationId |
LocationID |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
|
Security |
|
|
Content Type |
application/json |
|
Category |
Camera |
Working...