Skip to content

Commit

Permalink
v4.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Sep 23, 2024
1 parent 51bd151 commit 371b242
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 168 deletions.
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 4.14.0 (2024-09-22)
* Updates to the Protect JSON descriptions.
* Housekeeping.

## 4.13.0 (2024-09-15)
* Updates to the Protect JSON descriptions.
* Housekeeping.
Expand Down
3 changes: 2 additions & 1 deletion docs/ProtectTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ A semi-complete description of the UniFi Protect camera JSON.
| `isPoorNetwork` | `boolean` |
| `isProbingForWifi` | `boolean` |
| `isProvisioned` | `boolean` |
| `ispSettings` | \{ `aeMode`: `string`; `brightness`: `number`; `contrast`: `number`; `denoise`: `number`; `dZoomCenterX`: `number`; `dZoomCenterY`: `number`; `dZoomScale`: `number`; `dZoomStreamId`: `number`; `focusMode`: `string`; `focusPosition`: `number`; `hue`: `number`; `icrSensitivity`: `number`; `irLedLevel`: `number`; `irLedMode`: `string`; `is3dnrEnabled`: `boolean`; `isAggressiveAntiFlickerEnabled`: `boolean`; `isAutoRotateEnabled`: `boolean`; `isExternalIrEnabled`: `boolean`; `isFlippedHorizontal`: `boolean`; `isFlippedVertical`: `boolean`; `isLdcEnabled`: `boolean`; `isPauseMotionEnabled`: `boolean`; `saturation`: `number`; `sharpness`: `number`; `touchFocusX`: `number`; `touchFocusY`: `number`; `wdr`: `number`; `zoomPosition`: `number`; \} |
| `ispSettings` | \{ `aeMode`: `string`; `brightness`: `number`; `contrast`: `number`; `denoise`: `number`; `dZoomCenterX`: `number`; `dZoomCenterY`: `number`; `dZoomScale`: `number`; `dZoomStreamId`: `number`; `focusMode`: `string`; `focusPosition`: `number`; `hue`: `number`; `icrCustomValue`: `number`; `icrSensitivity`: `number`; `irLedLevel`: `number`; `irLedMode`: `string`; `is3dnrEnabled`: `boolean`; `isAggressiveAntiFlickerEnabled`: `boolean`; `isAutoRotateEnabled`: `boolean`; `isExternalIrEnabled`: `boolean`; `isFlippedHorizontal`: `boolean`; `isFlippedVertical`: `boolean`; `isLdcEnabled`: `boolean`; `isPauseMotionEnabled`: `boolean`; `saturation`: `number`; `sharpness`: `number`; `touchFocusX`: `number`; `touchFocusY`: `number`; `wdr`: `number`; `zoomPosition`: `number`; \} |
| `ispSettings.aeMode` | `string` |
| `ispSettings.brightness` | `number` |
| `ispSettings.contrast` | `number` |
Expand All @@ -164,6 +164,7 @@ A semi-complete description of the UniFi Protect camera JSON.
| `ispSettings.focusMode` | `string` |
| `ispSettings.focusPosition` | `number` |
| `ispSettings.hue` | `number` |
| `ispSettings.icrCustomValue` | `number` |
| `ispSettings.icrSensitivity` | `number` |
| `ispSettings.irLedLevel` | `number` |
| `ispSettings.irLedMode` | `string` |
Expand Down
Loading

0 comments on commit 371b242

Please sign in to comment.