diff --git a/src/Tethr.ts b/src/Tethr.ts index fcb3f4d..3eeaa28 100644 --- a/src/Tethr.ts +++ b/src/Tethr.ts @@ -737,8 +737,8 @@ export abstract class Tethr return UnsupportedOperationResult } - async stopBulbCapture(): Promise { - return UnsupportedOperationResult + async stopBulbCapture(): Promise> { + return {status: 'unsupported'} } async startLiveview(): Promise> {