Initial draft of recordings support.
This commit is contained in:
@@ -77,6 +77,13 @@ customElements.whenDefined('ha-camera-stream').then(() => {
|
||||
this._player?.unmute();
|
||||
}
|
||||
|
||||
/**
|
||||
* Seek the video (unsupported).
|
||||
*/
|
||||
public seek(seconds: number): void {
|
||||
this._player?.seek(seconds);
|
||||
}
|
||||
|
||||
/**
|
||||
* Master render method.
|
||||
* @returns A rendered template.
|
||||
|
||||
Reference in New Issue
Block a user