@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,216 @@
|
|
|
1
|
+
# SystemEventData
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**allSkyImageCaptured** | [**AllSkyImageCapturedEventData**](AllSkyImageCapturedEventData.md) | | [optional] [default to undefined]
|
|
9
|
+
**allSkyKeogramGenerated** | [**AllSkyKeogramGeneratedEventData**](AllSkyKeogramGeneratedEventData.md) | | [optional] [default to undefined]
|
|
10
|
+
**allSkyTimelapseGenerated** | [**AllSkyTimelapseGeneratedEventData**](AllSkyTimelapseGeneratedEventData.md) | | [optional] [default to undefined]
|
|
11
|
+
**astroImageCaptured** | [**AstroImageCapturedEventData**](AstroImageCapturedEventData.md) | | [optional] [default to undefined]
|
|
12
|
+
**autofocusPointMeasured** | [**AutofocusPointMeasuredEventData**](AutofocusPointMeasuredEventData.md) | | [optional] [default to undefined]
|
|
13
|
+
**calibrateEnclosureRotator** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
14
|
+
**calibrateEnclosureWindow** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
15
|
+
**cancelAllTasks** | [**CancelAllTasksEventData**](CancelAllTasksEventData.md) | | [optional] [default to undefined]
|
|
16
|
+
**cancelTask** | [**CancelTaskEventData**](CancelTaskEventData.md) | | [optional] [default to undefined]
|
|
17
|
+
**captureImage** | [**CaptureImageEventData**](CaptureImageEventData.md) | | [optional] [default to undefined]
|
|
18
|
+
**captureImagesContinuously** | [**CaptureImagesContinuouslyEventData**](CaptureImagesContinuouslyEventData.md) | | [optional] [default to undefined]
|
|
19
|
+
**closeEnclosureShutters** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
20
|
+
**closeOpticalTubeCover** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
21
|
+
**createElevationMask** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
22
|
+
**createMountModel** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
23
|
+
**cycleRelays** | [**CycleRelaysEventData**](CycleRelaysEventData.md) | | [optional] [default to undefined]
|
|
24
|
+
**deleteImage** | [**DeleteImageEventData**](DeleteImageEventData.md) | | [optional] [default to undefined]
|
|
25
|
+
**deleteVideo** | [**DeleteVideoEventData**](DeleteVideoEventData.md) | | [optional] [default to undefined]
|
|
26
|
+
**diagnoseSystem** | [**DiagnoseSystemEventData**](DiagnoseSystemEventData.md) | | [optional] [default to undefined]
|
|
27
|
+
**disableDerotationCompensation** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
28
|
+
**disableMountMotors** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
29
|
+
**disableMountTracking** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
30
|
+
**disableSlewDemo** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
31
|
+
**disengageAdhocDeployment** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
32
|
+
**elevationMaskPointAdded** | [**ElevationMaskPointAddedEventData**](ElevationMaskPointAddedEventData.md) | | [optional] [default to undefined]
|
|
33
|
+
**enableAssistedOperation** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
34
|
+
**enableAutonomousOperation** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
35
|
+
**enableDerotationCompensation** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
36
|
+
**enableManualOperation** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
37
|
+
**enableMountMotors** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
38
|
+
**enableMountTracking** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
39
|
+
**enableSlewDemo** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
40
|
+
**enclosureShutterStatusesChanged** | [**EnclosureShutterStatusesChangedEventData**](EnclosureShutterStatusesChangedEventData.md) | | [optional] [default to undefined]
|
|
41
|
+
**enclosureShutterWatchdogTriggered** | [**EnclosureShutterWatchdogTriggeredEventData**](EnclosureShutterWatchdogTriggeredEventData.md) | | [optional] [default to undefined]
|
|
42
|
+
**engageAdhocDeployment** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
43
|
+
**findFocuserLimits** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
44
|
+
**genericEvent** | [**GenericEventData**](GenericEventData.md) | | [optional] [default to undefined]
|
|
45
|
+
**goToFilterWheelPosition** | [**GoToFilterWheelPositionEventData**](GoToFilterWheelPositionEventData.md) | | [optional] [default to undefined]
|
|
46
|
+
**goToFocuserPosition** | [**GoToFocuserPositionEventData**](GoToFocuserPositionEventData.md) | | [optional] [default to undefined]
|
|
47
|
+
**goToMountCoordinates** | [**GoToMountCoordinatesEventData**](GoToMountCoordinatesEventData.md) | | [optional] [default to undefined]
|
|
48
|
+
**goToOpticalTubeM3Port** | [**GoToOpticalTubeM3PortEventData**](GoToOpticalTubeM3PortEventData.md) | | [optional] [default to undefined]
|
|
49
|
+
**goToRotatorPosition** | [**GoToRotatorPositionEventData**](GoToRotatorPositionEventData.md) | | [optional] [default to undefined]
|
|
50
|
+
**gpsDataUpdated** | [**GpsDataUpdatedEventData**](GpsDataUpdatedEventData.md) | | [optional] [default to undefined]
|
|
51
|
+
**haltEnclosureRotator** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
52
|
+
**haltEnclosureShutters** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
53
|
+
**haltEnclosureWindow** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
54
|
+
**haltFocuser** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
55
|
+
**haltMount** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
56
|
+
**haltOpticalTubeCover** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
57
|
+
**haltOpticalTubeM3** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
58
|
+
**haltRotator** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
59
|
+
**homeEnclosureShutters** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
60
|
+
**homeFocuser** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
61
|
+
**homeMount** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
62
|
+
**homeRotator** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
63
|
+
**jogEnclosureRotator** | [**JogEnclosureRotatorEventData**](JogEnclosureRotatorEventData.md) | | [optional] [default to undefined]
|
|
64
|
+
**jogEnclosureShutters** | [**JogEnclosureShuttersEventData**](JogEnclosureShuttersEventData.md) | | [optional] [default to undefined]
|
|
65
|
+
**jogEnclosureWindow** | [**JogEnclosureWindowEventData**](JogEnclosureWindowEventData.md) | | [optional] [default to undefined]
|
|
66
|
+
**jogMount** | [**JogMountEventData**](JogMountEventData.md) | | [optional] [default to undefined]
|
|
67
|
+
**kernelLogEntryDetected** | [**KernelLogEntryDetectedEventData**](KernelLogEntryDetectedEventData.md) | | [optional] [default to undefined]
|
|
68
|
+
**motorFaultCleared** | [**MotorFaultClearedEventData**](MotorFaultClearedEventData.md) | | [optional] [default to undefined]
|
|
69
|
+
**motorFaultDetected** | [**MotorFaultDetectedEventData**](MotorFaultDetectedEventData.md) | | [optional] [default to undefined]
|
|
70
|
+
**mountFollowTle** | [**MountFollowTLEEventData**](MountFollowTLEEventData.md) | | [optional] [default to undefined]
|
|
71
|
+
**mountModelPointAdded** | [**MountModelPointAddedEventData**](MountModelPointAddedEventData.md) | | [optional] [default to undefined]
|
|
72
|
+
**openEnclosureShutters** | [**OpenEnclosureShuttersEventData**](OpenEnclosureShuttersEventData.md) | | [optional] [default to undefined]
|
|
73
|
+
**openOpticalTubeCover** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
74
|
+
**parkMount** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
75
|
+
**performPlatformInstruction** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
76
|
+
**performReleaseUpdate** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
77
|
+
**prepareSystemForOperation** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
78
|
+
**prepareSystemForTravel** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
79
|
+
**rebootSystem** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
80
|
+
**recordVideo** | [**RecordVideoEventData**](RecordVideoEventData.md) | | [optional] [default to undefined]
|
|
81
|
+
**resetEnclosureShutterWatchdog** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
82
|
+
**resetSystemSettingsToDefault** | [**ResetSystemSettingsToDefaultEventData**](ResetSystemSettingsToDefaultEventData.md) | | [optional] [default to undefined]
|
|
83
|
+
**runAutofocus** | [**RunAutofocusEventData**](RunAutofocusEventData.md) | | [optional] [default to undefined]
|
|
84
|
+
**saveImage** | [**SaveImageEventData**](SaveImageEventData.md) | | [optional] [default to undefined]
|
|
85
|
+
**saveVideo** | [**SaveVideoEventData**](SaveVideoEventData.md) | | [optional] [default to undefined]
|
|
86
|
+
**sendFlare** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
87
|
+
**setEnclosureHvacFanSpeed** | [**SetEnclosureHvacFanSpeedEventData**](SetEnclosureHvacFanSpeedEventData.md) | | [optional] [default to undefined]
|
|
88
|
+
**setEnclosureHvacMode** | [**SetEnclosureHvacModeEventData**](SetEnclosureHvacModeEventData.md) | | [optional] [default to undefined]
|
|
89
|
+
**setEnclosureHvacTargetTemperature** | [**SetEnclosureHvacTargetTemperatureEventData**](SetEnclosureHvacTargetTemperatureEventData.md) | | [optional] [default to undefined]
|
|
90
|
+
**setMountParkPosition** | [**SetMountParkPositionEventData**](SetMountParkPositionEventData.md) | | [optional] [default to undefined]
|
|
91
|
+
**setOpticalTubeHeaterPower** | [**SetOpticalTubeHeaterPowerEventData**](SetOpticalTubeHeaterPowerEventData.md) | | [optional] [default to undefined]
|
|
92
|
+
**stackedAstroImageGenerated** | [**StackedAstroImageGeneratedEventData**](StackedAstroImageGeneratedEventData.md) | | [optional] [default to undefined]
|
|
93
|
+
**stopCapturingImagesContinuously** | [**StopCapturingImagesContinuouslyEventData**](StopCapturingImagesContinuouslyEventData.md) | | [optional] [default to undefined]
|
|
94
|
+
**stopRecordingVideo** | [**StopRecordingVideoEventData**](StopRecordingVideoEventData.md) | | [optional] [default to undefined]
|
|
95
|
+
**syncEnclosureRotatorWithMount** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
96
|
+
**syncEnclosureWindowWithMount** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
97
|
+
**systemStatusChanged** | [**SystemStatusChangedEventData**](SystemStatusChangedEventData.md) | | [optional] [default to undefined]
|
|
98
|
+
**turnOffEnclosureHvac** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
99
|
+
**turnOffOpticalTubeFans** | [**TurnOffOpticalTubeFansEventData**](TurnOffOpticalTubeFansEventData.md) | | [optional] [default to undefined]
|
|
100
|
+
**turnOffRelay** | [**TurnOffRelayEventData**](TurnOffRelayEventData.md) | | [optional] [default to undefined]
|
|
101
|
+
**turnOnEnclosureHvac** | [**PlaceholderEventData**](PlaceholderEventData.md) | | [optional] [default to undefined]
|
|
102
|
+
**turnOnOpticalTubeFans** | [**TurnOnOpticalTubeFansEventData**](TurnOnOpticalTubeFansEventData.md) | | [optional] [default to undefined]
|
|
103
|
+
**turnOnRelay** | [**TurnOnRelayEventData**](TurnOnRelayEventData.md) | | [optional] [default to undefined]
|
|
104
|
+
**updateFilter** | [**UpdateFilterEventData**](UpdateFilterEventData.md) | | [optional] [default to undefined]
|
|
105
|
+
**updateSystemSettings** | [**UpdateSystemSettingsEventData**](UpdateSystemSettingsEventData.md) | | [optional] [default to undefined]
|
|
106
|
+
**wavefrontSensorDataUpdated** | [**WavefrontSensorDataUpdatedEventData**](WavefrontSensorDataUpdatedEventData.md) | | [optional] [default to undefined]
|
|
107
|
+
|
|
108
|
+
## Example
|
|
109
|
+
|
|
110
|
+
```typescript
|
|
111
|
+
import { SystemEventData } from '@ourskyai/node_platform-api';
|
|
112
|
+
|
|
113
|
+
const instance: SystemEventData = {
|
|
114
|
+
allSkyImageCaptured,
|
|
115
|
+
allSkyKeogramGenerated,
|
|
116
|
+
allSkyTimelapseGenerated,
|
|
117
|
+
astroImageCaptured,
|
|
118
|
+
autofocusPointMeasured,
|
|
119
|
+
calibrateEnclosureRotator,
|
|
120
|
+
calibrateEnclosureWindow,
|
|
121
|
+
cancelAllTasks,
|
|
122
|
+
cancelTask,
|
|
123
|
+
captureImage,
|
|
124
|
+
captureImagesContinuously,
|
|
125
|
+
closeEnclosureShutters,
|
|
126
|
+
closeOpticalTubeCover,
|
|
127
|
+
createElevationMask,
|
|
128
|
+
createMountModel,
|
|
129
|
+
cycleRelays,
|
|
130
|
+
deleteImage,
|
|
131
|
+
deleteVideo,
|
|
132
|
+
diagnoseSystem,
|
|
133
|
+
disableDerotationCompensation,
|
|
134
|
+
disableMountMotors,
|
|
135
|
+
disableMountTracking,
|
|
136
|
+
disableSlewDemo,
|
|
137
|
+
disengageAdhocDeployment,
|
|
138
|
+
elevationMaskPointAdded,
|
|
139
|
+
enableAssistedOperation,
|
|
140
|
+
enableAutonomousOperation,
|
|
141
|
+
enableDerotationCompensation,
|
|
142
|
+
enableManualOperation,
|
|
143
|
+
enableMountMotors,
|
|
144
|
+
enableMountTracking,
|
|
145
|
+
enableSlewDemo,
|
|
146
|
+
enclosureShutterStatusesChanged,
|
|
147
|
+
enclosureShutterWatchdogTriggered,
|
|
148
|
+
engageAdhocDeployment,
|
|
149
|
+
findFocuserLimits,
|
|
150
|
+
genericEvent,
|
|
151
|
+
goToFilterWheelPosition,
|
|
152
|
+
goToFocuserPosition,
|
|
153
|
+
goToMountCoordinates,
|
|
154
|
+
goToOpticalTubeM3Port,
|
|
155
|
+
goToRotatorPosition,
|
|
156
|
+
gpsDataUpdated,
|
|
157
|
+
haltEnclosureRotator,
|
|
158
|
+
haltEnclosureShutters,
|
|
159
|
+
haltEnclosureWindow,
|
|
160
|
+
haltFocuser,
|
|
161
|
+
haltMount,
|
|
162
|
+
haltOpticalTubeCover,
|
|
163
|
+
haltOpticalTubeM3,
|
|
164
|
+
haltRotator,
|
|
165
|
+
homeEnclosureShutters,
|
|
166
|
+
homeFocuser,
|
|
167
|
+
homeMount,
|
|
168
|
+
homeRotator,
|
|
169
|
+
jogEnclosureRotator,
|
|
170
|
+
jogEnclosureShutters,
|
|
171
|
+
jogEnclosureWindow,
|
|
172
|
+
jogMount,
|
|
173
|
+
kernelLogEntryDetected,
|
|
174
|
+
motorFaultCleared,
|
|
175
|
+
motorFaultDetected,
|
|
176
|
+
mountFollowTle,
|
|
177
|
+
mountModelPointAdded,
|
|
178
|
+
openEnclosureShutters,
|
|
179
|
+
openOpticalTubeCover,
|
|
180
|
+
parkMount,
|
|
181
|
+
performPlatformInstruction,
|
|
182
|
+
performReleaseUpdate,
|
|
183
|
+
prepareSystemForOperation,
|
|
184
|
+
prepareSystemForTravel,
|
|
185
|
+
rebootSystem,
|
|
186
|
+
recordVideo,
|
|
187
|
+
resetEnclosureShutterWatchdog,
|
|
188
|
+
resetSystemSettingsToDefault,
|
|
189
|
+
runAutofocus,
|
|
190
|
+
saveImage,
|
|
191
|
+
saveVideo,
|
|
192
|
+
sendFlare,
|
|
193
|
+
setEnclosureHvacFanSpeed,
|
|
194
|
+
setEnclosureHvacMode,
|
|
195
|
+
setEnclosureHvacTargetTemperature,
|
|
196
|
+
setMountParkPosition,
|
|
197
|
+
setOpticalTubeHeaterPower,
|
|
198
|
+
stackedAstroImageGenerated,
|
|
199
|
+
stopCapturingImagesContinuously,
|
|
200
|
+
stopRecordingVideo,
|
|
201
|
+
syncEnclosureRotatorWithMount,
|
|
202
|
+
syncEnclosureWindowWithMount,
|
|
203
|
+
systemStatusChanged,
|
|
204
|
+
turnOffEnclosureHvac,
|
|
205
|
+
turnOffOpticalTubeFans,
|
|
206
|
+
turnOffRelay,
|
|
207
|
+
turnOnEnclosureHvac,
|
|
208
|
+
turnOnOpticalTubeFans,
|
|
209
|
+
turnOnRelay,
|
|
210
|
+
updateFilter,
|
|
211
|
+
updateSystemSettings,
|
|
212
|
+
wavefrontSensorDataUpdated,
|
|
213
|
+
};
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
[[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
|
+
# SystemEventOperation
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**endedAt** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**startedAt** | **string** | | [default to undefined]
|
|
10
|
+
**status** | [**SystemEventOperationStatus**](SystemEventOperationStatus.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { SystemEventOperation } from '@ourskyai/node_platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: SystemEventOperation = {
|
|
18
|
+
endedAt,
|
|
19
|
+
startedAt,
|
|
20
|
+
status,
|
|
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,12 @@
|
|
|
1
|
+
# SystemEventOperationStatus
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `STARTED` (value: `'STARTED'`)
|
|
7
|
+
|
|
8
|
+
* `SUCCEEDED` (value: `'SUCCEEDED'`)
|
|
9
|
+
|
|
10
|
+
* `FAILED` (value: `'FAILED'`)
|
|
11
|
+
|
|
12
|
+
[[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,14 @@
|
|
|
1
|
+
# SystemEventSeverity
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `DEBUG` (value: `'DEBUG'`)
|
|
7
|
+
|
|
8
|
+
* `INFO` (value: `'INFO'`)
|
|
9
|
+
|
|
10
|
+
* `WARN` (value: `'WARN'`)
|
|
11
|
+
|
|
12
|
+
* `ERROR` (value: `'ERROR'`)
|
|
13
|
+
|
|
14
|
+
[[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,123 @@
|
|
|
1
|
+
# SystemEventType
|
|
2
|
+
|
|
3
|
+
Enumeration of all possible system event types that can occur during telescope operation. Use these values to filter events when querying the event log.
|
|
4
|
+
|
|
5
|
+
## Enum
|
|
6
|
+
|
|
7
|
+
* `CAMERA_IMAGE_CAPTURED` (value: `'CAMERA_IMAGE_CAPTURED'`)
|
|
8
|
+
|
|
9
|
+
* `CAMERA_TEMPERATURE_SET` (value: `'CAMERA_TEMPERATURE_SET'`)
|
|
10
|
+
|
|
11
|
+
* `HARDWARE_DAEMON_LOGGED` (value: `'HARDWARE_DAEMON_LOGGED'`)
|
|
12
|
+
|
|
13
|
+
* `CAMERA_STATUS_UPDATED` (value: `'CAMERA_STATUS_UPDATED'`)
|
|
14
|
+
|
|
15
|
+
* `MOUNT_STATUS_UPDATED` (value: `'MOUNT_STATUS_UPDATED'`)
|
|
16
|
+
|
|
17
|
+
* `OPTICAL_TUBE_STATUS_UPDATED` (value: `'OPTICAL_TUBE_STATUS_UPDATED'`)
|
|
18
|
+
|
|
19
|
+
* `FOCUSER_STATUS_UPDATED` (value: `'FOCUSER_STATUS_UPDATED'`)
|
|
20
|
+
|
|
21
|
+
* `WEATHER_STATION_STATUS_UPDATED` (value: `'WEATHER_STATION_STATUS_UPDATED'`)
|
|
22
|
+
|
|
23
|
+
* `PLATE_SOLVE_COMPLETED` (value: `'PLATE_SOLVE_COMPLETED'`)
|
|
24
|
+
|
|
25
|
+
* `CAPTURE_IMAGE_STARTED` (value: `'CAPTURE_IMAGE_STARTED'`)
|
|
26
|
+
|
|
27
|
+
* `AUTO_STRETCH_IMAGE_STARTED` (value: `'AUTO_STRETCH_IMAGE_STARTED'`)
|
|
28
|
+
|
|
29
|
+
* `AUTO_STRETCH_IMAGE_COMPLETED` (value: `'AUTO_STRETCH_IMAGE_COMPLETED'`)
|
|
30
|
+
|
|
31
|
+
* `GO_TO_RA_DEC_STARTED` (value: `'GO_TO_RA_DEC_STARTED'`)
|
|
32
|
+
|
|
33
|
+
* `GO_TO_RA_DEC_COMPLETED` (value: `'GO_TO_RA_DEC_COMPLETED'`)
|
|
34
|
+
|
|
35
|
+
* `GO_TO_RA_DEC_FAILED` (value: `'GO_TO_RA_DEC_FAILED'`)
|
|
36
|
+
|
|
37
|
+
* `GO_TO_ALTITUDE_AZIMUTH_STARTED` (value: `'GO_TO_ALTITUDE_AZIMUTH_STARTED'`)
|
|
38
|
+
|
|
39
|
+
* `GO_TO_ALTITUDE_AZIMUTH_COMPLETED` (value: `'GO_TO_ALTITUDE_AZIMUTH_COMPLETED'`)
|
|
40
|
+
|
|
41
|
+
* `GO_TO_ALTITUDE_AZIMUTH_FAILED` (value: `'GO_TO_ALTITUDE_AZIMUTH_FAILED'`)
|
|
42
|
+
|
|
43
|
+
* `GO_TO_MECHANICAL_COORDINATES_STARTED` (value: `'GO_TO_MECHANICAL_COORDINATES_STARTED'`)
|
|
44
|
+
|
|
45
|
+
* `GO_TO_MECHANICAL_COORDINATES_COMPLETED` (value: `'GO_TO_MECHANICAL_COORDINATES_COMPLETED'`)
|
|
46
|
+
|
|
47
|
+
* `GO_TO_MECHANICAL_COORDINATES_FAILED` (value: `'GO_TO_MECHANICAL_COORDINATES_FAILED'`)
|
|
48
|
+
|
|
49
|
+
* `GO_TO_HOME_STARTED` (value: `'GO_TO_HOME_STARTED'`)
|
|
50
|
+
|
|
51
|
+
* `GO_TO_HOME_COMPLETED` (value: `'GO_TO_HOME_COMPLETED'`)
|
|
52
|
+
|
|
53
|
+
* `GO_TO_HOME_FAILED` (value: `'GO_TO_HOME_FAILED'`)
|
|
54
|
+
|
|
55
|
+
* `SLEW_DEMO_ENABLED` (value: `'SLEW_DEMO_ENABLED'`)
|
|
56
|
+
|
|
57
|
+
* `PLATE_SOLVE_STARTED` (value: `'PLATE_SOLVE_STARTED'`)
|
|
58
|
+
|
|
59
|
+
* `PLATE_SOLVE_FAILED` (value: `'PLATE_SOLVE_FAILED'`)
|
|
60
|
+
|
|
61
|
+
* `CREATE_MOUNT_MODEL_STARTED` (value: `'CREATE_MOUNT_MODEL_STARTED'`)
|
|
62
|
+
|
|
63
|
+
* `CREATE_MOUNT_MODEL_COMPLETED` (value: `'CREATE_MOUNT_MODEL_COMPLETED'`)
|
|
64
|
+
|
|
65
|
+
* `CREATE_MOUNT_MODEL_FAILED` (value: `'CREATE_MOUNT_MODEL_FAILED'`)
|
|
66
|
+
|
|
67
|
+
* `MOUNT_MODEL_POINT_ADDED` (value: `'MOUNT_MODEL_POINT_ADDED'`)
|
|
68
|
+
|
|
69
|
+
* `MOUNT_MODEL_POINT_FAILED` (value: `'MOUNT_MODEL_POINT_FAILED'`)
|
|
70
|
+
|
|
71
|
+
* `ELEVATION_MASK_DIAGNOSTIC_STARTED` (value: `'ELEVATION_MASK_DIAGNOSTIC_STARTED'`)
|
|
72
|
+
|
|
73
|
+
* `ELEVATION_MASK_DIAGNOSTIC_COMPLETED` (value: `'ELEVATION_MASK_DIAGNOSTIC_COMPLETED'`)
|
|
74
|
+
|
|
75
|
+
* `ELEVATION_MASK_DIAGNOSTIC_FAILED` (value: `'ELEVATION_MASK_DIAGNOSTIC_FAILED'`)
|
|
76
|
+
|
|
77
|
+
* `ELEVATION_MASK_POINT_ADDED` (value: `'ELEVATION_MASK_POINT_ADDED'`)
|
|
78
|
+
|
|
79
|
+
* `STAR_MEASUREMENT_STARTED` (value: `'STAR_MEASUREMENT_STARTED'`)
|
|
80
|
+
|
|
81
|
+
* `STAR_MEASUREMENT_FAILED` (value: `'STAR_MEASUREMENT_FAILED'`)
|
|
82
|
+
|
|
83
|
+
* `STARS_MEASURED` (value: `'STARS_MEASURED'`)
|
|
84
|
+
|
|
85
|
+
* `DEBUG_LOGGED` (value: `'DEBUG_LOGGED'`)
|
|
86
|
+
|
|
87
|
+
* `AUTOFOCUS_STARTED` (value: `'AUTOFOCUS_STARTED'`)
|
|
88
|
+
|
|
89
|
+
* `AUTOFOCUS_FAILED` (value: `'AUTOFOCUS_FAILED'`)
|
|
90
|
+
|
|
91
|
+
* `AUTOFOCUS_FINISHED` (value: `'AUTOFOCUS_FINISHED'`)
|
|
92
|
+
|
|
93
|
+
* `AUTOFOCUS_POINT_ADDED` (value: `'AUTOFOCUS_POINT_ADDED'`)
|
|
94
|
+
|
|
95
|
+
* `GPS_DATA_UPDATED` (value: `'GPS_DATA_UPDATED'`)
|
|
96
|
+
|
|
97
|
+
* `TASK_SCHEDULED` (value: `'TASK_SCHEDULED'`)
|
|
98
|
+
|
|
99
|
+
* `TASK_STARTED` (value: `'TASK_STARTED'`)
|
|
100
|
+
|
|
101
|
+
* `TASK_COMPLETED` (value: `'TASK_COMPLETED'`)
|
|
102
|
+
|
|
103
|
+
* `TASK_CANCELLED` (value: `'TASK_CANCELLED'`)
|
|
104
|
+
|
|
105
|
+
* `RELAYS_UPDATED` (value: `'RELAYS_UPDATED'`)
|
|
106
|
+
|
|
107
|
+
* `ROOF_UPDATED` (value: `'ROOF_UPDATED'`)
|
|
108
|
+
|
|
109
|
+
* `SAFETY_STATUS_UPDATED` (value: `'SAFETY_STATUS_UPDATED'`)
|
|
110
|
+
|
|
111
|
+
* `OPERATION_STATUS_UPDATED` (value: `'OPERATION_STATUS_UPDATED'`)
|
|
112
|
+
|
|
113
|
+
* `ROTATOR_STATUS_UPDATED` (value: `'ROTATOR_STATUS_UPDATED'`)
|
|
114
|
+
|
|
115
|
+
* `WAVEFRONT_SENSOR_DATA_UPDATED` (value: `'WAVEFRONT_SENSOR_DATA_UPDATED'`)
|
|
116
|
+
|
|
117
|
+
* `ENCLOSURE_SHUTTER_STATUSES_UPDATED` (value: `'ENCLOSURE_SHUTTER_STATUSES_UPDATED'`)
|
|
118
|
+
|
|
119
|
+
* `MOTOR_FAULTED` (value: `'MOTOR_FAULTED'`)
|
|
120
|
+
|
|
121
|
+
* `MOTOR_FAULTS_CLEARED` (value: `'MOTOR_FAULTS_CLEARED'`)
|
|
122
|
+
|
|
123
|
+
[[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,20 @@
|
|
|
1
|
+
# SystemStatusChangedEventData
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**newSystemStatus** | [**V1SystemStatus**](V1SystemStatus.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { SystemStatusChangedEventData } from '@ourskyai/node_platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: SystemStatusChangedEventData = {
|
|
16
|
+
newSystemStatus,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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
|
+
# TaskCancelled
|
|
2
|
+
|
|
3
|
+
Event data for a task that was cancelled before completion.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**gracefullyCancelled** | **boolean** | True if the task was cancelled gracefully allowing cleanup to complete. False if the task was forcefully terminated. | [default to undefined]
|
|
10
|
+
**id** | **string** | Unique identifier for the task that was cancelled. | [default to undefined]
|
|
11
|
+
**timestamp** | **string** | ISO 8601 timestamp when the task was cancelled. | [default to undefined]
|
|
12
|
+
**type** | [**V1TaskType**](V1TaskType.md) | | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { TaskCancelled } from '@ourskyai/node_platform-api';
|
|
18
|
+
|
|
19
|
+
const instance: TaskCancelled = {
|
|
20
|
+
gracefullyCancelled,
|
|
21
|
+
id,
|
|
22
|
+
timestamp,
|
|
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,25 @@
|
|
|
1
|
+
# TaskCompleted
|
|
2
|
+
|
|
3
|
+
Event data for a task that has finished execution successfully.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **string** | Unique identifier for the task that completed. | [default to undefined]
|
|
10
|
+
**timestamp** | **string** | ISO 8601 timestamp when the task finished execution. | [default to undefined]
|
|
11
|
+
**type** | [**V1TaskType**](V1TaskType.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { TaskCompleted } from '@ourskyai/node_platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: TaskCompleted = {
|
|
19
|
+
id,
|
|
20
|
+
timestamp,
|
|
21
|
+
type,
|
|
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,25 @@
|
|
|
1
|
+
# TaskScheduled
|
|
2
|
+
|
|
3
|
+
Event data for a task that has been scheduled for future execution.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **string** | Unique identifier for the scheduled task. Use this ID to track task progress or cancel the task. | [default to undefined]
|
|
10
|
+
**timestamp** | **string** | ISO 8601 timestamp when the task was scheduled for execution. | [default to undefined]
|
|
11
|
+
**type** | [**V1TaskType**](V1TaskType.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { TaskScheduled } from '@ourskyai/node_platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: TaskScheduled = {
|
|
19
|
+
id,
|
|
20
|
+
timestamp,
|
|
21
|
+
type,
|
|
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,25 @@
|
|
|
1
|
+
# TaskStarted
|
|
2
|
+
|
|
3
|
+
Event data for a task that has begun execution.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **string** | Unique identifier for the task that started execution. | [default to undefined]
|
|
10
|
+
**timestamp** | **string** | ISO 8601 timestamp when the task started execution. | [default to undefined]
|
|
11
|
+
**type** | [**V1TaskType**](V1TaskType.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { TaskStarted } from '@ourskyai/node_platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: TaskStarted = {
|
|
19
|
+
id,
|
|
20
|
+
timestamp,
|
|
21
|
+
type,
|
|
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,20 @@
|
|
|
1
|
+
# TurnOffOpticalTubeFansEventData
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**parameters** | [**V1TurnOffOpticalTubeFansRequest**](V1TurnOffOpticalTubeFansRequest.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { TurnOffOpticalTubeFansEventData } from '@ourskyai/node_platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: TurnOffOpticalTubeFansEventData = {
|
|
16
|
+
parameters,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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,20 @@
|
|
|
1
|
+
# TurnOffRelayEventData
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**parameters** | [**V2TurnOffRelayRequest**](V2TurnOffRelayRequest.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { TurnOffRelayEventData } from '@ourskyai/node_platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: TurnOffRelayEventData = {
|
|
16
|
+
parameters,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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,20 @@
|
|
|
1
|
+
# TurnOnOpticalTubeFansEventData
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**parameters** | [**V1TurnOnOpticalTubeFansRequest**](V1TurnOnOpticalTubeFansRequest.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { TurnOnOpticalTubeFansEventData } from '@ourskyai/node_platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: TurnOnOpticalTubeFansEventData = {
|
|
16
|
+
parameters,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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,20 @@
|
|
|
1
|
+
# TurnOnRelayEventData
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**parameters** | [**V2TurnOnRelayRequest**](V2TurnOnRelayRequest.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { TurnOnRelayEventData } from '@ourskyai/node_platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: TurnOnRelayEventData = {
|
|
16
|
+
parameters,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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,20 @@
|
|
|
1
|
+
# UpdateFilterEventData
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**parameters** | [**V1UpdateFilterRequest**](V1UpdateFilterRequest.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { UpdateFilterEventData } from '@ourskyai/node_platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: UpdateFilterEventData = {
|
|
16
|
+
parameters,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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,20 @@
|
|
|
1
|
+
# UpdateSystemSettingsEventData
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**parameters** | [**V1SystemSettings**](V1SystemSettings.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { UpdateSystemSettingsEventData } from '@ourskyai/node_platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: UpdateSystemSettingsEventData = {
|
|
16
|
+
parameters,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|