@ourskyai/node_platform-api 1.4.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +397 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +646 -0
- package/api.ts +22146 -0
- package/base.ts +62 -0
- package/common.ts +126 -0
- package/configuration.ts +121 -0
- package/dist/api.d.ts +12807 -0
- package/dist/api.js +14064 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +34 -0
- package/dist/common.js +138 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +12807 -0
- package/dist/esm/api.js +14057 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +34 -0
- package/dist/esm/common.js +125 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.js +15 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +31 -0
- package/docs/AllSkyCameraDiagnosisReport.md +23 -0
- package/docs/AllSkyImageCapturedEventData.md +20 -0
- package/docs/AllSkyKeogramGeneratedEventData.md +20 -0
- package/docs/AllSkyTimelapseGeneratedEventData.md +20 -0
- package/docs/AstroCameraDiagnosisReport.md +29 -0
- package/docs/AstroImageCapturedEventData.md +20 -0
- package/docs/AutoStretchImageCompleted.md +21 -0
- package/docs/AutoStretchImageStarted.md +21 -0
- package/docs/AutofocusFailed.md +21 -0
- package/docs/AutofocusFinished.md +25 -0
- package/docs/AutofocusMethod.md +13 -0
- package/docs/AutofocusPointAdded.md +25 -0
- package/docs/AutofocusPointMeasuredEventData.md +24 -0
- package/docs/AutofocusStarted.md +29 -0
- package/docs/CameraImageCaptured.md +21 -0
- package/docs/CameraStatusUpdated.md +25 -0
- package/docs/CameraTemperatureSet.md +21 -0
- package/docs/CancelAllTasksEventData.md +20 -0
- package/docs/CancelTaskEventData.md +20 -0
- package/docs/CaptureImageEventData.md +20 -0
- package/docs/CaptureImageStarted.md +29 -0
- package/docs/CaptureImagesContinuouslyEventData.md +20 -0
- package/docs/ConnectionStatus.md +13 -0
- package/docs/CreateMountModelCompleted.md +21 -0
- package/docs/CreateMountModelFailed.md +21 -0
- package/docs/CreateMountModelStarted.md +21 -0
- package/docs/CycleRelaysEventData.md +20 -0
- package/docs/DebugLogged.md +23 -0
- package/docs/DefaultApi.md +10356 -0
- package/docs/DeleteImageEventData.md +20 -0
- package/docs/DeleteVideoEventData.md +20 -0
- package/docs/DiagnoseSystemEventData.md +20 -0
- package/docs/ElevationMaskDiagnosticCompleted.md +21 -0
- package/docs/ElevationMaskDiagnosticFailed.md +21 -0
- package/docs/ElevationMaskDiagnosticStarted.md +21 -0
- package/docs/ElevationMaskPointAdded.md +25 -0
- package/docs/ElevationMaskPointAddedEventData.md +24 -0
- package/docs/EmptySuccess.md +20 -0
- package/docs/EnclosureHvacError.md +25 -0
- package/docs/EnclosureHvacFanSpeed.md +19 -0
- package/docs/EnclosureHvacMode.md +17 -0
- package/docs/EnclosureHvacTemperatureLimits.md +31 -0
- package/docs/EnclosureShutterLabel.md +11 -0
- package/docs/EnclosureShutterState.md +23 -0
- package/docs/EnclosureShutterStatusesChangedEventData.md +20 -0
- package/docs/EnclosureShutterStatusesUpdated.md +21 -0
- package/docs/EnclosureShutterWatchdogTriggeredEventData.md +24 -0
- package/docs/EnclosureState.md +31 -0
- package/docs/EventType.md +118 -0
- package/docs/FitsHeader.md +23 -0
- package/docs/FocusOperation.md +17 -0
- package/docs/FocuserDiagnosisReport.md +23 -0
- package/docs/FocuserPosition.md +31 -0
- package/docs/FocuserStatusUpdated.md +21 -0
- package/docs/GenericEventData.md +22 -0
- package/docs/GoToAltitudeAzimuthCompleted.md +23 -0
- package/docs/GoToAltitudeAzimuthFailed.md +23 -0
- package/docs/GoToAltitudeAzimuthStarted.md +23 -0
- package/docs/GoToFilterWheelPositionEventData.md +20 -0
- package/docs/GoToFocuserPositionEventData.md +20 -0
- package/docs/GoToHomeCompleted.md +21 -0
- package/docs/GoToHomeFailed.md +21 -0
- package/docs/GoToHomeStarted.md +21 -0
- package/docs/GoToMechanicalCoordinatesCompleted.md +23 -0
- package/docs/GoToMechanicalCoordinatesFailed.md +23 -0
- package/docs/GoToMechanicalCoordinatesStarted.md +23 -0
- package/docs/GoToMountCoordinatesEventData.md +20 -0
- package/docs/GoToOpticalTubeM3PortEventData.md +20 -0
- package/docs/GoToRaDecCompleted.md +23 -0
- package/docs/GoToRaDecFailed.md +23 -0
- package/docs/GoToRaDecStarted.md +23 -0
- package/docs/GoToRotatorPositionEventData.md +20 -0
- package/docs/GpsDataUpdated.md +33 -0
- package/docs/GpsDataUpdatedEventData.md +32 -0
- package/docs/HardwareDaemonLogged.md +21 -0
- package/docs/IceMessage.md +26 -0
- package/docs/ImageFileFormat.md +15 -0
- package/docs/JogEnclosureRotatorEventData.md +20 -0
- package/docs/JogEnclosureShuttersEventData.md +20 -0
- package/docs/JogEnclosureWindowEventData.md +20 -0
- package/docs/JogMountEventData.md +20 -0
- package/docs/KernelLogEntryDetectedEventData.md +22 -0
- package/docs/MessageType.md +22 -0
- package/docs/MessageTypeWrapper.md +20 -0
- package/docs/MotorFaultClearedEventData.md +20 -0
- package/docs/MotorFaultDetectedEventData.md +24 -0
- package/docs/MotorFaulted.md +25 -0
- package/docs/MotorFaultsCleared.md +21 -0
- package/docs/MountDiagnosisReport.md +27 -0
- package/docs/MountFollowTLEEventData.md +20 -0
- package/docs/MountModelPointAdded.md +27 -0
- package/docs/MountModelPointAddedEventData.md +26 -0
- package/docs/MountModelPointFailed.md +23 -0
- package/docs/MountStatusUpdated.md +21 -0
- package/docs/OpenEnclosureShuttersEventData.md +20 -0
- package/docs/OperationStatusUpdated.md +21 -0
- package/docs/OpticalTubeStatus.md +21 -0
- package/docs/OpticalTubeStatusUpdated.md +21 -0
- package/docs/Peer.md +24 -0
- package/docs/PeerRole.md +10 -0
- package/docs/PlaceholderEventData.md +20 -0
- package/docs/PlateSolveCompleted.md +25 -0
- package/docs/PlateSolveFailed.md +21 -0
- package/docs/PlateSolveStarted.md +21 -0
- package/docs/PlatformConnectionDiagnosisReport.md +21 -0
- package/docs/Point2D.md +22 -0
- package/docs/RecordVideoEventData.md +20 -0
- package/docs/RelayChannel.md +21 -0
- package/docs/RelayFunction.md +29 -0
- package/docs/RelaysDiagnosisReport.md +25 -0
- package/docs/RelaysStatus.md +21 -0
- package/docs/RelaysUpdated.md +23 -0
- package/docs/ResetSystemSettingsToDefaultEventData.md +20 -0
- package/docs/RoofDiagnosisReport.md +25 -0
- package/docs/RoofState.md +31 -0
- package/docs/RoofStatus.md +21 -0
- package/docs/RoofUpdated.md +23 -0
- package/docs/RotatorPosition.md +23 -0
- package/docs/RotatorStatusUpdated.md +21 -0
- package/docs/RotatorTargetType.md +11 -0
- package/docs/RunAutofocusEventData.md +20 -0
- package/docs/SafetyStatusUpdated.md +21 -0
- package/docs/SaveImageEventData.md +20 -0
- package/docs/SaveVideoEventData.md +20 -0
- package/docs/SdpMessage.md +22 -0
- package/docs/SetEnclosureHvacFanSpeedEventData.md +20 -0
- package/docs/SetEnclosureHvacModeEventData.md +20 -0
- package/docs/SetEnclosureHvacTargetTemperatureEventData.md +20 -0
- package/docs/SetMountParkPositionEventData.md +20 -0
- package/docs/SetOpticalTubeHeaterPowerEventData.md +20 -0
- package/docs/SlewDemoEnabled.md +21 -0
- package/docs/StackedAstroImageGeneratedEventData.md +20 -0
- package/docs/StarMeasurementFailed.md +21 -0
- package/docs/StarMeasurementStarted.md +21 -0
- package/docs/StarsMeasured.md +25 -0
- package/docs/StartupWizardStep.md +25 -0
- package/docs/StopCapturingImagesContinuouslyEventData.md +20 -0
- package/docs/StopRecordingVideoEventData.md +20 -0
- package/docs/SystemEventData.md +216 -0
- package/docs/SystemEventOperation.md +24 -0
- package/docs/SystemEventOperationStatus.md +12 -0
- package/docs/SystemEventSeverity.md +14 -0
- package/docs/SystemEventType.md +123 -0
- package/docs/SystemStatusChangedEventData.md +20 -0
- package/docs/TaskCancelled.md +27 -0
- package/docs/TaskCompleted.md +25 -0
- package/docs/TaskScheduled.md +25 -0
- package/docs/TaskStarted.md +25 -0
- package/docs/TurnOffOpticalTubeFansEventData.md +20 -0
- package/docs/TurnOffRelayEventData.md +20 -0
- package/docs/TurnOnOpticalTubeFansEventData.md +20 -0
- package/docs/TurnOnRelayEventData.md +20 -0
- package/docs/UpdateFilterEventData.md +20 -0
- package/docs/UpdateSystemSettingsEventData.md +20 -0
- package/docs/V1AddMountModelPointHereRequest.md +23 -0
- package/docs/V1AllSkyClassification.md +23 -0
- package/docs/V1AllSkyClassificationLabel.md +17 -0
- package/docs/V1AllSkyImage.md +29 -0
- package/docs/V1AllSkyImages.md +21 -0
- package/docs/V1AllSkyKeogram.md +31 -0
- package/docs/V1AllSkyKeograms.md +21 -0
- package/docs/V1AllSkySourceType.md +11 -0
- package/docs/V1AllSkyTimelapse.md +33 -0
- package/docs/V1AllSkyTimelapses.md +21 -0
- package/docs/V1AppendMountTrackPathRequest.md +29 -0
- package/docs/V1AstroImage.md +29 -0
- package/docs/V1AstroImages.md +21 -0
- package/docs/V1CameraFunction.md +19 -0
- package/docs/V1CameraSelectorRequest.md +21 -0
- package/docs/V1CameraStatus.md +39 -0
- package/docs/V1CameraStatuses.md +21 -0
- package/docs/V1CancelAllTasksRequest.md +21 -0
- package/docs/V1CancelTaskRequest.md +23 -0
- package/docs/V1CaptureImageRequest.md +39 -0
- package/docs/V1CaptureImagesContinuouslyRequest.md +39 -0
- package/docs/V1ConnectedCamera.md +23 -0
- package/docs/V1CreateMountModelRequest.md +31 -0
- package/docs/V1CycleRelaysRequest.md +23 -0
- package/docs/V1DeleteImageRequest.md +21 -0
- package/docs/V1DeleteVideoRequest.md +21 -0
- package/docs/V1DiagnoseSystemRequest.md +35 -0
- package/docs/V1DisableLiveVideoRequest.md +21 -0
- package/docs/V1EdfaStatus.md +22 -0
- package/docs/V1EdfaStatusDetails.md +26 -0
- package/docs/V1ElevationMask.md +23 -0
- package/docs/V1ElevationMaskPoint.md +25 -0
- package/docs/V1EnableLiveVideoRequest.md +31 -0
- package/docs/V1EnclosureFanRole.md +9 -0
- package/docs/V1EnclosureFanStatus.md +25 -0
- package/docs/V1EnclosureFanStatuses.md +21 -0
- package/docs/V1EnclosureHvacStatus.md +23 -0
- package/docs/V1EnclosureHvacStatusDetails.md +33 -0
- package/docs/V1EnclosureMotorSystemSettings.md +27 -0
- package/docs/V1EnclosureRotatorStatus.md +27 -0
- package/docs/V1EnclosureShutterStatus.md +29 -0
- package/docs/V1EnclosureShutterStatuses.md +21 -0
- package/docs/V1EnclosureStatus.md +27 -0
- package/docs/V1EnclosureSystemSettings.md +25 -0
- package/docs/V1EnclosureWindowStatus.md +27 -0
- package/docs/V1EndSessionRequest.md +23 -0
- package/docs/V1Event.md +24 -0
- package/docs/V1EventData.md +166 -0
- package/docs/V1Filter.md +23 -0
- package/docs/V1FilterType.md +61 -0
- package/docs/V1FilterWheelStatus.md +29 -0
- package/docs/V1FilterWheelStatuses.md +21 -0
- package/docs/V1FocuserLimit.md +23 -0
- package/docs/V1FocuserMotorSystemSettings.md +27 -0
- package/docs/V1FocuserSelectorRequest.md +21 -0
- package/docs/V1FocuserStatus.md +31 -0
- package/docs/V1FocuserStatuses.md +21 -0
- package/docs/V1FocuserSystemSettings.md +23 -0
- package/docs/V1FollowTLERequest.md +23 -0
- package/docs/V1GetComponentStatusResponse.md +43 -0
- package/docs/V1GetHealthCheckResponse.md +33 -0
- package/docs/V1GetImageProcessingPluginLogsRequest.md +24 -0
- package/docs/V1GetImageProcessingPluginRequest.md +20 -0
- package/docs/V1GetStorageStatusResponse.md +25 -0
- package/docs/V1GnssPpsStatus.md +24 -0
- package/docs/V1GnssPpsStatusDetails.md +27 -0
- package/docs/V1GoToFilterWheelPositionRequest.md +23 -0
- package/docs/V1GoToFocuserPositionRequest.md +24 -0
- package/docs/V1GoToMountCoordinatesRequest.md +27 -0
- package/docs/V1GoToMountMechanicalCoordinatesRequest.md +23 -0
- package/docs/V1GoToOpticalTubeM3PortRequest.md +23 -0
- package/docs/V1GoToRotatorPositionRequest.md +25 -0
- package/docs/V1Image.md +43 -0
- package/docs/V1ImageProcessingPlugin.md +30 -0
- package/docs/V1ImageProcessingPluginList.md +22 -0
- package/docs/V1ImageProcessingPluginLogEntry.md +22 -0
- package/docs/V1ImageProcessingPluginLogList.md +22 -0
- package/docs/V1Images.md +21 -0
- package/docs/V1JogEnclosureRotatorRequest.md +23 -0
- package/docs/V1JogEnclosureShutterRequest.md +25 -0
- package/docs/V1JogEnclosureShuttersRequest.md +21 -0
- package/docs/V1JogEnclosureWindowRequest.md +23 -0
- package/docs/V1JogMountRequest.md +25 -0
- package/docs/V1ListProducersRequest.md +23 -0
- package/docs/V1ListProducersResponse.md +23 -0
- package/docs/V1Motor.md +23 -0
- package/docs/V1MotorRole.md +22 -0
- package/docs/V1MotorStatus.md +37 -0
- package/docs/V1MountModel.md +23 -0
- package/docs/V1MountModelPoint.md +27 -0
- package/docs/V1MountMotorSystemSettings.md +27 -0
- package/docs/V1MountStatus.md +43 -0
- package/docs/V1MountSystemSettings.md +23 -0
- package/docs/V1MountTrackPathAltAzSample.md +27 -0
- package/docs/V1MountTrackPathEndedReason.md +13 -0
- package/docs/V1MountTrackPathEnuSample.md +29 -0
- package/docs/V1MountTrackPathFrame.md +15 -0
- package/docs/V1MountTrackPathRaDecSample.md +27 -0
- package/docs/V1MountTrackPathState.md +17 -0
- package/docs/V1MountTrackPathStatus.md +49 -0
- package/docs/V1MoveFocuserPositionRequest.md +23 -0
- package/docs/V1MoveFocuserResponse.md +23 -0
- package/docs/V1MoveFocuserStepsRequest.md +23 -0
- package/docs/V1NtpStatus.md +24 -0
- package/docs/V1NtpStatusDetails.md +23 -0
- package/docs/V1OpenEnclosureShuttersRequest.md +21 -0
- package/docs/V1OpenRoofRequest.md +21 -0
- package/docs/V1OpticalPowerMeterStatus.md +21 -0
- package/docs/V1OpticalTubeCoverSelectorRequest.md +21 -0
- package/docs/V1OpticalTubeCoverStatus.md +27 -0
- package/docs/V1OpticalTubeCoverStatuses.md +21 -0
- package/docs/V1OpticalTubeFanGroupStatus.md +23 -0
- package/docs/V1OpticalTubeFanGroupStatuses.md +21 -0
- package/docs/V1OpticalTubeFanRole.md +23 -0
- package/docs/V1OpticalTubeFanStatus.md +25 -0
- package/docs/V1OpticalTubeHeaterGroupStatus.md +23 -0
- package/docs/V1OpticalTubeHeaterGroupStatuses.md +21 -0
- package/docs/V1OpticalTubeHeaterRole.md +13 -0
- package/docs/V1OpticalTubeHeaterStatus.md +25 -0
- package/docs/V1OpticalTubeM3SelectorRequest.md +21 -0
- package/docs/V1OpticalTubeM3Status.md +25 -0
- package/docs/V1OpticalTubeM3Statuses.md +21 -0
- package/docs/V1OpticalTubeStatus.md +31 -0
- package/docs/V1OpticalTubeStatuses.md +21 -0
- package/docs/V1OpticalTubeTemperatureSensorRole.md +15 -0
- package/docs/V1OpticalTubeTemperatureSensorStatus.md +23 -0
- package/docs/V1OpticalTubeTemperatureSensorStatuses.md +21 -0
- package/docs/V1PeerStatusChangedRequest.md +27 -0
- package/docs/V1PtpDataSet.md +25 -0
- package/docs/V1PtpPortProperties.md +27 -0
- package/docs/V1PtpStatus.md +24 -0
- package/docs/V1PtpStatusDetails.md +25 -0
- package/docs/V1PtpTimeStatus.md +35 -0
- package/docs/V1RecordVideoRequest.md +21 -0
- package/docs/V1Relay.md +23 -0
- package/docs/V1ResetEnclosureMotorSystemSettingsToDefaultRequest.md +27 -0
- package/docs/V1ResetEnclosureSystemSettingsToDefaultRequest.md +25 -0
- package/docs/V1ResetFocuserMotorSystemSettingsToDefaultRequest.md +27 -0
- package/docs/V1ResetFocuserSystemSettingsToDefaultRequest.md +23 -0
- package/docs/V1ResetMountMotorSystemSettingsToDefaultRequest.md +27 -0
- package/docs/V1ResetMountSystemSettingsToDefaultRequest.md +23 -0
- package/docs/V1ResetRotatorMotorSystemSettingsToDefaultRequest.md +27 -0
- package/docs/V1ResetRotatorSystemSettingsToDefaultRequest.md +23 -0
- package/docs/V1ResetSystemSettingsToDefaultRequest.md +27 -0
- package/docs/V1RoofStatus.md +27 -0
- package/docs/V1RotatorMotorSystemSettings.md +27 -0
- package/docs/V1RotatorSelectorRequest.md +21 -0
- package/docs/V1RotatorStatus.md +33 -0
- package/docs/V1RotatorStatuses.md +21 -0
- package/docs/V1RotatorSystemSettings.md +23 -0
- package/docs/V1RunAutofocusRequest.md +32 -0
- package/docs/V1RunBlindAutofocusRequest.md +24 -0
- package/docs/V1SafetyStatus.md +33 -0
- package/docs/V1SaveImageRequest.md +21 -0
- package/docs/V1SaveVideoRequest.md +21 -0
- package/docs/V1SetEnclosureHvacFanSpeedRequest.md +21 -0
- package/docs/V1SetEnclosureHvacModeRequest.md +21 -0
- package/docs/V1SetEnclosureHvacTargetTemperatureRequest.md +21 -0
- package/docs/V1SetMountParkPositionRequest.md +23 -0
- package/docs/V1SetOpticalTubeHeaterPowerRequest.md +25 -0
- package/docs/V1SetPeerStatusRequest.md +29 -0
- package/docs/V1SetRelayStateRequest.md +23 -0
- package/docs/V1SignalMessageRequest.md +27 -0
- package/docs/V1SignallingRequest.md +40 -0
- package/docs/V1StackedAstroImage.md +25 -0
- package/docs/V1StackedAstroImages.md +21 -0
- package/docs/V1StartLiveStackingSessionRequest.md +20 -0
- package/docs/V1StartLiveStackingSessionResponse.md +20 -0
- package/docs/V1StartMountTrackPathRequest.md +27 -0
- package/docs/V1StartSessionRequest.md +27 -0
- package/docs/V1StopCapturingImagesContinuouslyRequest.md +21 -0
- package/docs/V1StopLiveStackingSessionRequest.md +20 -0
- package/docs/V1StopRecordingVideoRequest.md +21 -0
- package/docs/V1SystemDiagnosisReport.md +35 -0
- package/docs/V1SystemEvent.md +25 -0
- package/docs/V1SystemEventData.md +173 -0
- package/docs/V1SystemEvents.md +21 -0
- package/docs/V1SystemHealthCheck.md +33 -0
- package/docs/V1SystemLocation.md +29 -0
- package/docs/V1SystemLocationGpsDetails.md +27 -0
- package/docs/V1SystemMetric.md +29 -0
- package/docs/V1SystemMetricNames.md +21 -0
- package/docs/V1SystemMetricTag.md +23 -0
- package/docs/V1SystemMetricType.md +11 -0
- package/docs/V1SystemMetrics.md +21 -0
- package/docs/V1SystemMetricsCollection.md +27 -0
- package/docs/V1SystemMetricsCollections.md +21 -0
- package/docs/V1SystemNetworkInterface.md +25 -0
- package/docs/V1SystemNetworkInterfaceInfo.md +25 -0
- package/docs/V1SystemNetworkInterfaces.md +21 -0
- package/docs/V1SystemOperationMode.md +13 -0
- package/docs/V1SystemOperationStatus.md +23 -0
- package/docs/V1SystemSettings.md +27 -0
- package/docs/V1SystemStatus.md +43 -0
- package/docs/V1SystemStorageStatus.md +25 -0
- package/docs/V1SystemTime.md +31 -0
- package/docs/V1Task.md +29 -0
- package/docs/V1TaskType.md +31 -0
- package/docs/V1TimeSource.md +15 -0
- package/docs/V1TimeSourceLastSample.md +25 -0
- package/docs/V1TimeSourceStatistics.md +35 -0
- package/docs/V1TrackBodyRequest.md +21 -0
- package/docs/V1TurnOffEnclosureFansRequest.md +21 -0
- package/docs/V1TurnOffOpticalTubeFansRequest.md +23 -0
- package/docs/V1TurnOnEnclosureFansRequest.md +21 -0
- package/docs/V1TurnOnOpticalTubeFansRequest.md +23 -0
- package/docs/V1UIOperationMode.md +11 -0
- package/docs/V1UpdateElevationMaskRequest.md +21 -0
- package/docs/V1UpdateFilterRequest.md +25 -0
- package/docs/V1UpdateImageProcessingPluginRequest.md +24 -0
- package/docs/V1Video.md +51 -0
- package/docs/V1Videos.md +21 -0
- package/docs/V1WeatherStationStatus.md +21 -0
- package/docs/V2CaptureImageRequest.md +39 -0
- package/docs/V2CycleRelaysRequest.md +23 -0
- package/docs/V2EnclosureStatus.md +29 -0
- package/docs/V2MountStatus.md +37 -0
- package/docs/V2RelayStatus.md +25 -0
- package/docs/V2RelayStatuses.md +21 -0
- package/docs/V2SystemEvent.md +33 -0
- package/docs/V2SystemEventType.md +205 -0
- package/docs/V2SystemEvents.md +21 -0
- package/docs/V2TurnOffRelayRequest.md +21 -0
- package/docs/V2TurnOnRelayRequest.md +21 -0
- package/docs/VideoCodec.md +8 -0
- package/docs/VideoContainerFormat.md +8 -0
- package/docs/WavefrontSensorDataUpdated.md +57 -0
- package/docs/WavefrontSensorDataUpdatedEventData.md +57 -0
- package/docs/WeatherStationDiagnosisReport.md +23 -0
- package/docs/WeatherStationStatusUpdated.md +21 -0
- package/git_push.sh +57 -0
- package/index.ts +18 -0
- package/package.json +33 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# V1ResetRotatorMotorSystemSettingsToDefaultRequest
|
|
2
|
+
|
|
3
|
+
Specifies which rotator motor settings should be reset to their factory default values. Set each flag to true to reset that particular setting.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**accelerationDegreesPerSecondSquared** | **boolean** | When true, resets the acceleration setting for the specific motor to its factory default value. | [optional] [default to undefined]
|
|
10
|
+
**negativeLimitDegrees** | **boolean** | When true, resets the negative travel limit setting for the specific motor to its factory default value. | [optional] [default to undefined]
|
|
11
|
+
**positiveLimitDegrees** | **boolean** | When true, resets the positive travel limit setting for the specific motor to its factory default value. | [optional] [default to undefined]
|
|
12
|
+
**velocityDegreesPerSecond** | **boolean** | When true, resets the slew velocity setting for the specific motor to its factory default value. | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { V1ResetRotatorMotorSystemSettingsToDefaultRequest } from '@ourskyai/node_platform-api';
|
|
18
|
+
|
|
19
|
+
const instance: V1ResetRotatorMotorSystemSettingsToDefaultRequest = {
|
|
20
|
+
accelerationDegreesPerSecondSquared,
|
|
21
|
+
negativeLimitDegrees,
|
|
22
|
+
positiveLimitDegrees,
|
|
23
|
+
velocityDegreesPerSecond,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# V1ResetRotatorSystemSettingsToDefaultRequest
|
|
2
|
+
|
|
3
|
+
Specifies which rotator settings should be reset to their factory default values. Set each flag to true to reset that particular setting.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**rotatorA** | [**V1ResetRotatorMotorSystemSettingsToDefaultRequest**](V1ResetRotatorMotorSystemSettingsToDefaultRequest.md) | | [optional] [default to undefined]
|
|
10
|
+
**rotatorB** | [**V1ResetRotatorMotorSystemSettingsToDefaultRequest**](V1ResetRotatorMotorSystemSettingsToDefaultRequest.md) | | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1ResetRotatorSystemSettingsToDefaultRequest } from '@ourskyai/node_platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1ResetRotatorSystemSettingsToDefaultRequest = {
|
|
18
|
+
rotatorA,
|
|
19
|
+
rotatorB,
|
|
20
|
+
};
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# V1ResetSystemSettingsToDefaultRequest
|
|
2
|
+
|
|
3
|
+
Request specifying which system settings should be reset to their factory default values. Include only the subsystems and settings you want to reset.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**enclosure** | [**V1ResetEnclosureSystemSettingsToDefaultRequest**](V1ResetEnclosureSystemSettingsToDefaultRequest.md) | | [optional] [default to undefined]
|
|
10
|
+
**focuser** | [**V1ResetFocuserSystemSettingsToDefaultRequest**](V1ResetFocuserSystemSettingsToDefaultRequest.md) | | [optional] [default to undefined]
|
|
11
|
+
**mount** | [**V1ResetMountSystemSettingsToDefaultRequest**](V1ResetMountSystemSettingsToDefaultRequest.md) | | [optional] [default to undefined]
|
|
12
|
+
**rotator** | [**V1ResetRotatorSystemSettingsToDefaultRequest**](V1ResetRotatorSystemSettingsToDefaultRequest.md) | | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { V1ResetSystemSettingsToDefaultRequest } from '@ourskyai/node_platform-api';
|
|
18
|
+
|
|
19
|
+
const instance: V1ResetSystemSettingsToDefaultRequest = {
|
|
20
|
+
enclosure,
|
|
21
|
+
focuser,
|
|
22
|
+
mount,
|
|
23
|
+
rotator,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# V1RoofStatus
|
|
2
|
+
|
|
3
|
+
Contains the complete status information for the roll-off roof system (deprecated, see V1EnclosureStatus). This object provides connectivity, operational state, and panel positions for legacy integrations.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**connected** | **boolean** | Indicates whether the roof controller is currently connected and communicating. A false value means commands cannot be sent to the roof system. | [default to undefined]
|
|
10
|
+
**frontPosition** | **number** | The current position of the front roof panel as encoder counts. Higher values indicate more open positions. Use this to track movement progress during open/close operations. | [default to undefined]
|
|
11
|
+
**rearPosition** | **number** | The current position of the rear roof panel as encoder counts. Higher values indicate more open positions. Use this to track movement progress during open/close operations. | [default to undefined]
|
|
12
|
+
**state** | [**RoofState**](RoofState.md) | | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { V1RoofStatus } from '@ourskyai/node_platform-api';
|
|
18
|
+
|
|
19
|
+
const instance: V1RoofStatus = {
|
|
20
|
+
connected,
|
|
21
|
+
frontPosition,
|
|
22
|
+
rearPosition,
|
|
23
|
+
state,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# V1RotatorMotorSystemSettings
|
|
2
|
+
|
|
3
|
+
Configuration settings for a rotator motor including slew speed, acceleration, and negative and positive travel limits in degrees.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**accelerationDegreesPerSecondSquared** | **number** | Maximum acceleration of the motor in degrees per second squared. Controls how quickly the motor ramps up to slew speed. | [optional] [default to undefined]
|
|
10
|
+
**negativeLimitDegrees** | **number** | Negative travel limit of the motor in degrees. The motor should not move below this position. | [optional] [default to undefined]
|
|
11
|
+
**positiveLimitDegrees** | **number** | Positive travel limit of the motor in degrees. The motor should not move above this position. | [optional] [default to undefined]
|
|
12
|
+
**velocityDegreesPerSecond** | **number** | Maximum slew velocity of the motor in degrees per second. Higher values enable faster positioning but may reduce accuracy or increase mechanical stress. | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { V1RotatorMotorSystemSettings } from '@ourskyai/node_platform-api';
|
|
18
|
+
|
|
19
|
+
const instance: V1RotatorMotorSystemSettings = {
|
|
20
|
+
accelerationDegreesPerSecondSquared,
|
|
21
|
+
negativeLimitDegrees,
|
|
22
|
+
positiveLimitDegrees,
|
|
23
|
+
velocityDegreesPerSecond,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# V1RotatorSelectorRequest
|
|
2
|
+
|
|
3
|
+
Optional rotator selector. If omitted, the default rotator is used.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**rotatorId** | **string** | Unique identifier of the rotator to command. Obtain valid rotator IDs from the rotator statuses endpoint. | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1RotatorSelectorRequest } from '@ourskyai/node_platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1RotatorSelectorRequest = {
|
|
17
|
+
rotatorId,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# V1RotatorStatus
|
|
2
|
+
|
|
3
|
+
Current operational status of the field rotator including position, movement state, and de-rotation compensation mode.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**canHome** | **boolean** | Indicates whether the rotator supports a homing operation. When false, the home command is unavailable for this device and the UI should not offer it. | [optional] [default to undefined]
|
|
10
|
+
**connected** | **boolean** | Indicates whether the rotator is currently connected and communicating. When false, rotator commands will fail and position data may be stale. | [default to undefined]
|
|
11
|
+
**hasHomed** | **boolean** | Indicates whether the rotator has successfully completed a homing procedure since power-on. When false, the mechanical reference position is not yet established and positions may be unreliable until the rotator is homed. | [optional] [default to undefined]
|
|
12
|
+
**id** | **string** | Unique identifier of the rotator within the system. | [optional] [default to undefined]
|
|
13
|
+
**isDerotationEnabled** | **boolean** | Indicates whether automatic field de-rotation compensation is active. When true, the rotator continuously adjusts to maintain consistent sky orientation. | [optional] [default to undefined]
|
|
14
|
+
**moving** | **boolean** | Indicates whether the rotator is currently in motion. True during position changes or active de-rotation compensation adjustments. | [default to undefined]
|
|
15
|
+
**position** | [**RotatorPosition**](RotatorPosition.md) | | [optional] [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { V1RotatorStatus } from '@ourskyai/node_platform-api';
|
|
21
|
+
|
|
22
|
+
const instance: V1RotatorStatus = {
|
|
23
|
+
canHome,
|
|
24
|
+
connected,
|
|
25
|
+
hasHomed,
|
|
26
|
+
id,
|
|
27
|
+
isDerotationEnabled,
|
|
28
|
+
moving,
|
|
29
|
+
position,
|
|
30
|
+
};
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# V1RotatorStatuses
|
|
2
|
+
|
|
3
|
+
Container object holding the list of all rotator statuses.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**statuses** | [**Array<V1RotatorStatus>**](V1RotatorStatus.md) | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1RotatorStatuses } from '@ourskyai/node_platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1RotatorStatuses = {
|
|
17
|
+
statuses,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# V1RotatorSystemSettings
|
|
2
|
+
|
|
3
|
+
Configuration settings for rotator motors including slew speed, acceleration, and travel limits in degrees.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**rotatorA** | [**V1RotatorMotorSystemSettings**](V1RotatorMotorSystemSettings.md) | | [optional] [default to undefined]
|
|
10
|
+
**rotatorB** | [**V1RotatorMotorSystemSettings**](V1RotatorMotorSystemSettings.md) | | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1RotatorSystemSettings } from '@ourskyai/node_platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1RotatorSystemSettings = {
|
|
18
|
+
rotatorA,
|
|
19
|
+
rotatorB,
|
|
20
|
+
};
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# V1RunAutofocusRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**autofocusMethods** | [**Array<AutofocusMethod>**](AutofocusMethod.md) | The autofocus method to use | [optional] [default to undefined]
|
|
9
|
+
**blindFallback** | **boolean** | Whether to find the focus position using a blind search | [default to false]
|
|
10
|
+
**focuserId** | **string** | Unique identifier of the focuser to use for autofocus. If omitted, the default focuser is used. | [optional] [default to undefined]
|
|
11
|
+
**maxSteps** | **number** | The number of steps to measure for the run | [optional] [default to undefined]
|
|
12
|
+
**rSquaredThreshold** | **number** | The r-squared threshold to use for the autofocus | [optional] [default to 0.7]
|
|
13
|
+
**startPosition** | **number** | The starting position of the focuser | [optional] [default to undefined]
|
|
14
|
+
**stepSize** | **number** | The step size to use for moving the focuser | [optional] [default to undefined]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { V1RunAutofocusRequest } from '@ourskyai/node_platform-api';
|
|
20
|
+
|
|
21
|
+
const instance: V1RunAutofocusRequest = {
|
|
22
|
+
autofocusMethods,
|
|
23
|
+
blindFallback,
|
|
24
|
+
focuserId,
|
|
25
|
+
maxSteps,
|
|
26
|
+
rSquaredThreshold,
|
|
27
|
+
startPosition,
|
|
28
|
+
stepSize,
|
|
29
|
+
};
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# V1RunBlindAutofocusRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**focuserId** | **string** | Unique identifier of the focuser to use for blind autofocus. If omitted, the default focuser is used. | [optional] [default to undefined]
|
|
9
|
+
**rSquaredThreshold** | **number** | The r-squared threshold to use for the blind autofocus | [optional] [default to 0.7]
|
|
10
|
+
**stepSize** | **number** | The step size to use for moving the focuser | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1RunBlindAutofocusRequest } from '@ourskyai/node_platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1RunBlindAutofocusRequest = {
|
|
18
|
+
focuserId,
|
|
19
|
+
rSquaredThreshold,
|
|
20
|
+
stepSize,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# V1SafetyStatus
|
|
2
|
+
|
|
3
|
+
Comprehensive safety assessment for the observatory including individual safety factors and overall status. This information is critical for determining whether conditions allow safe telescope operations.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**isAllSkySafe** | **boolean** | Indicates whether the all-sky camera analysis shows safe sky conditions. This includes cloud cover assessment and sky brightness. False suggests cloudy or otherwise unsuitable sky conditions. | [default to undefined]
|
|
10
|
+
**isAlpacaSafe** | **boolean** | Indicates the safety status as reported by ALPACA-compatible safety devices. This provides an additional safety signal from external safety monitoring equipment when available. | [optional] [default to undefined]
|
|
11
|
+
**isManualOperationMode** | **boolean** | Indicates whether the observatory is in manual operation mode. When true, safety interlocks may be overridden to allow manual control. Use with caution as automated safety protections are reduced. | [default to undefined]
|
|
12
|
+
**isNight** | **boolean** | Indicates whether it is currently astronomical night at the observatory location. True means the sun is sufficiently below the horizon for observations. The threshold is typically astronomical twilight. | [default to undefined]
|
|
13
|
+
**isRoofOpen** | **boolean** | Indicates whether the enclosure roof or shutters are currently open. True means the telescope has sky access. This is informational and does not directly affect the safety determination. | [default to undefined]
|
|
14
|
+
**isSafe** | **boolean** | The overall safety determination combining all safety factors. True indicates conditions are safe for observations with the enclosure open. False indicates at least one safety condition is not met and the enclosure should remain closed or be closed. | [default to undefined]
|
|
15
|
+
**isWeatherSafe** | **boolean** | Indicates whether current weather conditions are safe for observations. Factors include wind speed, humidity, rain detection, and temperature. False will contribute to an unsafe overall status. | [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { V1SafetyStatus } from '@ourskyai/node_platform-api';
|
|
21
|
+
|
|
22
|
+
const instance: V1SafetyStatus = {
|
|
23
|
+
isAllSkySafe,
|
|
24
|
+
isAlpacaSafe,
|
|
25
|
+
isManualOperationMode,
|
|
26
|
+
isNight,
|
|
27
|
+
isRoofOpen,
|
|
28
|
+
isSafe,
|
|
29
|
+
isWeatherSafe,
|
|
30
|
+
};
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# V1SaveImageRequest
|
|
2
|
+
|
|
3
|
+
Request object to mark an image as saved and protected from automatic deletion. Contains the identifier of the image to preserve.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **string** | Unique identifier of the image to save. Once saved, the image will not be automatically deleted during storage cleanup operations. | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1SaveImageRequest } from '@ourskyai/node_platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1SaveImageRequest = {
|
|
17
|
+
id,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# V1SaveVideoRequest
|
|
2
|
+
|
|
3
|
+
Request object to mark a video as saved and protected from automatic deletion. Contains the identifier of the video to preserve.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **string** | Unique identifier of the video to save. Once saved, the video will not be automatically deleted during storage cleanup operations. | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1SaveVideoRequest } from '@ourskyai/node_platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1SaveVideoRequest = {
|
|
17
|
+
id,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# V1SetEnclosureHvacFanSpeedRequest
|
|
2
|
+
|
|
3
|
+
Request to set the HVAC unit fan speed.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**fanSpeed** | [**EnclosureHvacFanSpeed**](EnclosureHvacFanSpeed.md) | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1SetEnclosureHvacFanSpeedRequest } from '@ourskyai/node_platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1SetEnclosureHvacFanSpeedRequest = {
|
|
17
|
+
fanSpeed,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# V1SetEnclosureHvacModeRequest
|
|
2
|
+
|
|
3
|
+
Request to set the HVAC unit operating mode.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**mode** | [**EnclosureHvacMode**](EnclosureHvacMode.md) | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1SetEnclosureHvacModeRequest } from '@ourskyai/node_platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1SetEnclosureHvacModeRequest = {
|
|
17
|
+
mode,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# V1SetEnclosureHvacTargetTemperatureRequest
|
|
2
|
+
|
|
3
|
+
Request to set the HVAC unit target temperature in degrees Celsius.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**targetTemperatureCelsius** | **number** | Target temperature setpoint in degrees Celsius. Valid ranges depend on mode: Cool 18-32, Heat 16-30, Auto 18-30. | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1SetEnclosureHvacTargetTemperatureRequest } from '@ourskyai/node_platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1SetEnclosureHvacTargetTemperatureRequest = {
|
|
17
|
+
targetTemperatureCelsius,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# V1SetMountParkPositionRequest
|
|
2
|
+
|
|
3
|
+
Request to set the mount park position using specific motor coordinates. The park position defines where the mount will move when the park command is issued.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**motorAPositionDegrees** | **number** | Target position for motor A (azimuth/RA axis) in degrees. This is the raw motor position the mount will move to when parking. | [default to undefined]
|
|
10
|
+
**motorBPositionDegrees** | **number** | Target position for motor B (altitude/Dec axis) in degrees. This is the raw motor position the mount will move to when parking. | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1SetMountParkPositionRequest } from '@ourskyai/node_platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1SetMountParkPositionRequest = {
|
|
18
|
+
motorAPositionDegrees,
|
|
19
|
+
motorBPositionDegrees,
|
|
20
|
+
};
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# V1SetOpticalTubeHeaterPowerRequest
|
|
2
|
+
|
|
3
|
+
Request to set the power level for a specific dew heater identified by its role.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**opticalTubeId** | **string** | Unique identifier of the optical tube whose heater power should be set. If omitted, the default optical tube is used. | [optional] [default to undefined]
|
|
10
|
+
**power** | **number** | Heater power level as a percentage from 0 (off) to 100 (full power). Adjust based on environmental conditions to balance dew prevention with thermal effects on imaging. | [default to undefined]
|
|
11
|
+
**role** | [**V1OpticalTubeHeaterRole**](V1OpticalTubeHeaterRole.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { V1SetOpticalTubeHeaterPowerRequest } from '@ourskyai/node_platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: V1SetOpticalTubeHeaterPowerRequest = {
|
|
19
|
+
opticalTubeId,
|
|
20
|
+
power,
|
|
21
|
+
role,
|
|
22
|
+
};
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# V1SetPeerStatusRequest
|
|
2
|
+
|
|
3
|
+
Set peer status request
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**cameraId** | **string** | Optional camera identifier for multi-camera nodes | [optional] [default to undefined]
|
|
10
|
+
**meta** | **{ [key: string]: string; }** | Optional metadata map | [optional] [default to undefined]
|
|
11
|
+
**peerId** | **string** | optional peer ID | [optional] [default to undefined]
|
|
12
|
+
**roles** | [**Array<PeerRole>**](PeerRole.md) | List of roles for the peer | [default to undefined]
|
|
13
|
+
**type** | **string** | Type of message | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { V1SetPeerStatusRequest } from '@ourskyai/node_platform-api';
|
|
19
|
+
|
|
20
|
+
const instance: V1SetPeerStatusRequest = {
|
|
21
|
+
cameraId,
|
|
22
|
+
meta,
|
|
23
|
+
peerId,
|
|
24
|
+
roles,
|
|
25
|
+
type,
|
|
26
|
+
};
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# V1SetRelayStateRequest
|
|
2
|
+
|
|
3
|
+
Request parameters for setting the power state of a specific relay channel (deprecated). Use this to turn equipment on or off by specifying the channel and desired state.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**channel** | [**RelayChannel**](RelayChannel.md) | | [default to undefined]
|
|
10
|
+
**relayOn** | **boolean** | The desired power state for the relay. True turns power on to the equipment, false turns power off. | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1SetRelayStateRequest } from '@ourskyai/node_platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1SetRelayStateRequest = {
|
|
18
|
+
channel,
|
|
19
|
+
relayOn,
|
|
20
|
+
};
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# V1SignalMessageRequest
|
|
2
|
+
|
|
3
|
+
WebRTC Signaling message (SDP or ICE)
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**ice** | [**IceMessage**](IceMessage.md) | | [optional] [default to undefined]
|
|
10
|
+
**sdp** | [**SdpMessage**](SdpMessage.md) | | [optional] [default to undefined]
|
|
11
|
+
**sessionId** | **string** | session ID | [default to undefined]
|
|
12
|
+
**type** | **string** | | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { V1SignalMessageRequest } from '@ourskyai/node_platform-api';
|
|
18
|
+
|
|
19
|
+
const instance: V1SignalMessageRequest = {
|
|
20
|
+
ice,
|
|
21
|
+
sdp,
|
|
22
|
+
sessionId,
|
|
23
|
+
type,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# V1SignallingRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**cameraId** | **string** | Optional camera identifier for multi-camera nodes | [optional] [default to undefined]
|
|
9
|
+
**meta** | **{ [key: string]: string; }** | Optional metadata map | [optional] [default to undefined]
|
|
10
|
+
**peerId** | **string** | optional consumer ID | [default to undefined]
|
|
11
|
+
**roles** | [**Array<PeerRole>**](PeerRole.md) | List of roles for the peer | [default to undefined]
|
|
12
|
+
**lineageId** | **string** | Node to get list of producers from | [optional] [default to undefined]
|
|
13
|
+
**type** | [**MessageType**](MessageType.md) | | [default to undefined]
|
|
14
|
+
**producers** | [**Array<Peer>**](Peer.md) | list of peers | [default to undefined]
|
|
15
|
+
**consumerId** | **string** | optional consumer ID | [optional] [default to undefined]
|
|
16
|
+
**sessionId** | **string** | session ID | [default to undefined]
|
|
17
|
+
**ice** | [**IceMessage**](IceMessage.md) | | [optional] [default to undefined]
|
|
18
|
+
**sdp** | [**SdpMessage**](SdpMessage.md) | | [optional] [default to undefined]
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```typescript
|
|
23
|
+
import { V1SignallingRequest } from '@ourskyai/node_platform-api';
|
|
24
|
+
|
|
25
|
+
const instance: V1SignallingRequest = {
|
|
26
|
+
cameraId,
|
|
27
|
+
meta,
|
|
28
|
+
peerId,
|
|
29
|
+
roles,
|
|
30
|
+
lineageId,
|
|
31
|
+
type,
|
|
32
|
+
producers,
|
|
33
|
+
consumerId,
|
|
34
|
+
sessionId,
|
|
35
|
+
ice,
|
|
36
|
+
sdp,
|
|
37
|
+
};
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# V1StackedAstroImage
|
|
2
|
+
|
|
3
|
+
Complete metadata for a stacked astro image including timing information and the associated image file reference.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**createdAt** | **string** | ISO 8601 timestamp indicating when this stacked astro image record was created in the database. Used for pagination with the before parameter. | [default to undefined]
|
|
10
|
+
**id** | **string** | Unique identifier for this stacked astro image. Use this ID with the file endpoint to download the actual image data or with other image-related operations. | [default to undefined]
|
|
11
|
+
**image** | [**V1Image**](V1Image.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { V1StackedAstroImage } from '@ourskyai/node_platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: V1StackedAstroImage = {
|
|
19
|
+
createdAt,
|
|
20
|
+
id,
|
|
21
|
+
image,
|
|
22
|
+
};
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|