bosch_camera_darkness_threshold_get
Retrieve the day/night darkness threshold and fading mode for Gen2 cameras. A value of 0% means always day, 100% always night.
Instructions
Get the day/night lighting threshold and fading mode. Gen2 cameras only.
0% = always day, 100% = always night. API: GET /v11/video_inputs/{id}/lighting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soft_light_fading | Yes | Whether lights fade smoothly (True) or snap on/off (False) | |
| threshold_percent | Yes | Ambient-darkness trigger threshold, 0=always day .. 100=always night |