Version 2.0 Pre-Release #20

Merged
marko merged 29 commits from devel into main 2021-12-05 11:25:38 +00:00
4 changed files with 602 additions and 568 deletions
Showing only changes of commit 897105af79 - Show all commits

View File

@@ -75,6 +75,8 @@ sub Initialize {
} }
1; 1;
=pod =pod

View File

@@ -547,7 +547,8 @@ sub CreateUri {
{ {
$uri .= '&action=' . $lockActionsSmartLock{$param} $uri .= '&action=' . $lockActionsSmartLock{$param}
if ( $endpoint ne 'callback/add' if ( $endpoint ne 'callback/add'
&& $deviceType == 0 ); && ( $deviceType == 0
|| deviceType == 4 ) );
$uri .= '&action=' . $lockActionsOpener{$param} $uri .= '&action=' . $lockActionsOpener{$param}
if ( $endpoint ne 'callback/add' if ( $endpoint ne 'callback/add'