bosch_camera_unread_get
Retrieve the count of unread events for a specified Bosch camera. Query the camera's unread event count to monitor pending notifications.
Instructions
Get the unread event count for one camera.
Reads numberOfUnreadEvents from the /v11/video_inputs listing
(the /unread_events_count endpoint returns HTTP 404 — verified in testing).
Returns {camera, count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of unread events (from video_inputs listing) | |
| camera | Yes | Camera name |