| id |
Integer |
The unique identifier for the constraint. |
| weather_sensor_id |
Integer |
No description |
| weather_parameter |
Enum(ambient_temperature, light_level, cloud_coverage, humidity, pressure, wetness, wind_speed_instantaneous, wind_speed_avg_1_mins, wind_speed_avg_2_mins, wind_speed_avg_10_mins, wind_speed_peak_1_mins, wind_speed_peak_2_mins, wind_speed_peak_10_mins) |
No description |
| uid |
UUID |
No description |
| constraint_type |
Enum(weather_sensor, storage, battery, camera_temperature, sun_altitude, mount_sun_separation) |
No description |
| owner_id |
Integer |
The organization or user which owns the constraint. |
| is_active |
Boolean |
No description |
| min_value |
Float (Optional) |
No description |
| max_value |
Float (Optional) |
No description |
| stability_threshold |
Integer |
Amount of time in seconds the constraint must be stable before it is considered valid |
| max_data_age |
Integer |
How long in seconds the constraint can go without an update before it is considered invalid |
| last_modified |
DateTime |
Timestamp of the most recent update to the constraint |
| is_deleted |
Boolean |
Flag indicating whether the constraint has been deleted |
| observatory_id |
Integer |
The observatory/site safety boundary for this constraint. |
| telescope_id |
Integer (Optional) |
Optional telescope context for telescope-specific constraints. |