IPCamera
IPCamera Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| uid | UUID |
No description |
| telescope_id | Integer (Optional) |
No description |
| observatory_id | Integer (Optional) |
No description |
| name | String(120) |
No description |
| role | Enum(pier, all_sky, finder, room, other) |
No description |
| vendor | String(80) (Optional) |
No description |
| onvif_host | String(255) (Optional) |
No description |
| ptz | Boolean |
No description |
| pose | JSON (Optional) |
No description |
| is_primary | Boolean |
No description |
| order | Integer |
No description |
| secret_ref | String(255) (Optional) |
No description |
| created_at | DateTime |
No description |
| updated_at | DateTime |
No description |
| last_seen | DateTime (Optional) |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| streams | IPCameraStream |
| telescope | Telescope |
| observatory | Observatory |