feat: Add out of the box support for Reolink PTZ (#1982)
- Closes: #1964
This commit is contained in:
@@ -63,7 +63,7 @@ export class PTZController {
|
||||
const action = getActionConfigGivenAction(interaction, config);
|
||||
if (action) {
|
||||
dispatchActionExecutionRequest(this._host, {
|
||||
action: action,
|
||||
actions: action,
|
||||
...(config && { config: config }),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user