Skip to content

Commit

Permalink
sdk: updatre
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 19, 2023
1 parent cb151e7 commit 9bafe97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/developer.scrypted.app
Submodule developer.scrypted.app updated 49 files
+1 −1 docs/assets/search.js
+2 −2 docs/classes/DeviceBase.html
+4 −4 docs/classes/MixinDeviceBase.html
+4 −4 docs/classes/ScryptedDeviceBase.html
+64 −0 docs/enums/PanTiltZoomMovement.html
+7 −2 docs/enums/ScryptedInterface.html
+17 −2 docs/enums/ScryptedInterfaceMethod.html
+7 −12 docs/enums/ScryptedMimeTypes.html
+11 −1 docs/index.html
+2 −2 docs/interfaces/BufferConverter.html
+11 −1 docs/interfaces/DeviceCreatorSettings.html
+2 −2 docs/interfaces/DeviceState.html
+1 −1 docs/interfaces/EntrySensor.html
+101 −0 docs/interfaces/Image.html
+93 −0 docs/interfaces/ImageOptions.html
+15 −5 docs/interfaces/MediaManager.html
+3 −0 docs/interfaces/MediaObjectOptions.html
+17 −2 docs/interfaces/ObjectDetection.html
+73 −0 docs/interfaces/ObjectDetectionGeneratorResult.html
+17 −10 docs/interfaces/ObjectDetectionGeneratorSession.html
+5 −0 docs/interfaces/ObjectDetectionModel.html
+17 −14 docs/interfaces/ObjectDetectionSession.html
+4 −4 docs/interfaces/PanTiltZoom.html
+73 −0 docs/interfaces/PanTiltZoomCapabilities.html
+50 −10 docs/interfaces/PanTiltZoomCommand.html
+10 −1 docs/interfaces/RTCSignalingOptions.html
+13 −0 docs/interfaces/ScryptedDevice.html
+25 −2 docs/interfaces/ScryptedStatic.html
+110 −0 docs/interfaces/VideoFrame.html
+86 −0 docs/interfaces/VideoFrameGenerator.html
+96 −0 docs/interfaces/VideoFrameGeneratorOptions.html
+22 −2 docs/modules.html
+11 −1 docs/types/EventListener.html
+11 −1 docs/types/FFmpegTranscodeStream.html
+11 −1 docs/types/MediaStreamDestination.html
+11 −1 docs/types/MediaStreamSource.html
+11 −1 docs/types/MediaStreamTool.html
+11 −1 docs/types/ObjectDetectionClass.html
+11 −1 docs/types/RTCSignalingSendIceCandidate.html
+11 −1 docs/types/RequestMediaObject.html
+11 −1 docs/types/RequestMediaStream.html
+11 −1 docs/types/ScryptedNativeId.html
+244 −0 docs/types/SerializableType.html
+11 −1 docs/types/SettingValue.html
+11 −1 docs/types/TamperState.html
+244 −0 docs/types/TopLevelSerializableType.html
+11 −1 docs/variables/ScryptedInterfaceDescriptors.html
+12 −2 docs/variables/TYPES_VERSION.html
+11 −1 docs/variables/default.html
5 changes: 4 additions & 1 deletion sdk/types/src/types.input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,10 @@ export enum PanTiltZoomMovement {
}

export interface PanTiltZoomCommand {
movement: PanTiltZoomMovement;
/**
* Specify the movement origin. If unspecified, the movement will be relative to the current position.
*/
movement?: PanTiltZoomMovement;
/**
* Ranges between -1 and 1.
*/
Expand Down

0 comments on commit 9bafe97

Please sign in to comment.