feat: Add out of the box support for Reolink PTZ (#1982)
- Closes: #1964
This commit is contained in:
+4
-1
@@ -81,7 +81,10 @@ export interface CardHelpers {
|
||||
createCardElement(config: LovelaceCardConfig): Promise<LovelaceCardWithEditor>;
|
||||
}
|
||||
|
||||
export type PTZMovementType = 'relative' | 'continuous';
|
||||
export enum PTZMovementType {
|
||||
Relative = 'relative',
|
||||
Continuous = 'continuous',
|
||||
}
|
||||
|
||||
export interface PTZCapabilities {
|
||||
left?: PTZMovementType[];
|
||||
|
||||
Reference in New Issue
Block a user