EnclosureModel
EnclosureModel Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| enclosure_type | Enum(rolloff, dome, clamshell, other) |
No description |
| has_shutter | Boolean |
No description |
| has_rotation | Boolean |
No description |
| diameter | Float (Optional) |
No description |
| slit_width | Float (Optional) |
No description |
| zenith_overlap_angle | Float (Optional) |
No description |
| device_type | Enum(enclosure, ota, camera, focuser, instrument_rotator, filter_wheel, mount, weather_sensor, antenna, receiver, radio_backend) |
No description |
| model_name | String(50) |
No description |
| image_id | UUID (Optional) |
No description |
| owner_id | Integer (Optional) |
The organization or user which owns the custom device model. |
| manufacturer | String(50) (Optional) |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| owner | Entity |
| image | File |