← Manual
The Devices section provides a unified view of all physical and virtual devices integrated into AwareVue. Operators can browse devices, inspect technical properties, manage notes, and configure per-device alarm trigger behaviour.
The section uses three tabs:
┌──────────────────────────────────────┐
│ [ Devices ] [ Device Notes ] [ Device Alarms ] ← Tab bar
├──────────────────────────────────────┤
│ Tab content │
└──────────────────────────────────────┘
/devices/devices)┌──────────────────────────────┬──────────────────────┐
│ Device List (virtualised) │ Device Detail Panel │
│ - Type filter │ (shown when selected)│
│ - Search filter │ │
└──────────────────────────────┴──────────────────────┘
The list is virtualised for performance. A type filter dropdown lets you narrow the list by device category (camera, door, motion sensor, etc.). A text search field filters by device name.
Note: Internal device types (
server,presence-tracker,alarm,intercom-operator) are hidden from this list.
Selecting a device opens a right-side detail panel at /devices/devices/:id.
| Property | Editable | Notes |
|---|---|---|
| Name | ✅ | Custom display name (edit opens a dialog) |
| Provider Assigned Name | ❌ | Name reported by the integration |
| Aware ID | ❌ | Internal UUID |
| Device Type | ❌ | e.g. camera, door |
| Provider | ❌ | Integration source (e.g. aware-vms) |
| Provider ID | ❌ | Foreign reference ID |
| Notes | ✅ | Free-text notes field |
| Dialog | Trigger | Fields |
|---|---|---|
| Edit Device Name | Edit (✏) next to Name | Device name text |
| Edit Device Notes | Edit (✏) next to Notes | Notes textarea |
/devices/device-notes)A management view for reviewing and editing notes across all devices at once.
┌───────────────────────────────┐
│ [ All Devices toggle ] │
│ Device List (filtered) │
│ - Type filter │
│ - Search filter │
│ - Per-device "Edit" button │
└───────────────────────────────┘
Toggle All Devices to switch between:
Clicking the Edit button on any row opens the Edit Device Notes dialog for that device.
/devices/device-alarms)The Alarm Matrix maps every device (rows) against every possible event type (columns). Each cell indicates whether that device × event combination will trigger an alarm and what the configured behaviour is.
┌──────────────┬───────┬───────┬───────┐
│ Device Name │ Evt 1 │ Evt 2 │ Evt 3 │ ← Rotated column headers
├──────────────┼───────┼───────┼───────┤
│ Camera A │ 🔔 │ │ 🔔 │
│ Door B │ │ 🔔 │ │
└──────────────┴───────┴───────┴───────┘
Clicking any cell opens the Device Alarm Settings dialog where you configure the alarm behaviour for that device × event pair.
The three alarm behaviour options are explained in detail in the Alarms section of the Product Documentation.
Note: Some device types and event types are excluded from the matrix (e.g. displays, NVR recorders, and analytics event kinds like object-detection-updated).
| Action | Permission |
|---|---|
| View Devices tab | /devices/devices route |
| View Device Notes tab | /devices/device-notes route |
| View Device Alarms tab | /devices/device-alarms route |
| Edit device name | Device update permission |
| Edit device notes | Device update permission |
| Configure alarm triggers | Alarm configuration permission |
| State | Display |
|---|---|
| Device not found | “Device not found” in detail panel |
| Device loading | Spinner |
| No notes (default filter) | Empty list — toggle “All Devices” to see all |