73_DoorBird: bugfix - incrementalTim[e]out

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25107 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Sailor 2021-10-23 16:32:33 +00:00
parent 585f8eb02a
commit e01788352c

View File

@ -1637,17 +1637,17 @@ sub DoorBird_Read($) {
### Define Parameter for Non-BlockingGet
my $param = {
url => $CommandURL,
timeout => $PollingTimeout,
user => $Username,
pwd => $Password,
hash => $hash,
method => $Method,
header => $Header,
timestamp => $TIMESTAMP,
event => "motionsensor",
incrementalTimout => 1,
callback => \&DoorBird_LastEvent_Image
url => $CommandURL,
timeout => $PollingTimeout,
user => $Username,
pwd => $Password,
hash => $hash,
method => $Method,
header => $Header,
timestamp => $TIMESTAMP,
event => "motionsensor",
incrementalTimeout => 1,
callback => \&DoorBird_LastEvent_Image
};
### Initiate Bulk Update
@ -1702,17 +1702,17 @@ sub DoorBird_Read($) {
### Define Parameter for Non-BlockingGet
my $param = {
url => $CommandURL,
timeout => $PollingTimeout,
user => $Username,
pwd => $Password,
hash => $hash,
method => $Method,
header => $Header,
timestamp => $TIMESTAMP,
event => "keypad",
incrementalTimout => 1,
callback => \&DoorBird_LastEvent_Image
url => $CommandURL,
timeout => $PollingTimeout,
user => $Username,
pwd => $Password,
hash => $hash,
method => $Method,
header => $Header,
timestamp => $TIMESTAMP,
event => "keypad",
incrementalTimeout => 1,
callback => \&DoorBird_LastEvent_Image
};
### Initiate Bulk Update
@ -1767,18 +1767,18 @@ sub DoorBird_Read($) {
### Define Parameter for Non-BlockingGet
my $param = {
url => $CommandURL,
timeout => $PollingTimeout,
user => $Username,
pwd => $Password,
hash => $hash,
method => $Method,
header => $Header,
timestamp => $TIMESTAMP,
event => "doorbell",
doorbellNo => $EVENT,
incrementalTimout => 1,
callback => \&DoorBird_LastEvent_Image
url => $CommandURL,
timeout => $PollingTimeout,
user => $Username,
pwd => $Password,
hash => $hash,
method => $Method,
header => $Header,
timestamp => $TIMESTAMP,
event => "doorbell",
doorbellNo => $EVENT,
incrementalTimeout => 1,
callback => \&DoorBird_LastEvent_Image
};
### Initiate Bulk Update
@ -3392,15 +3392,15 @@ sub DoorBird_History_Request($$) {
### Define Parameter for Non-BlockingGet
my $param = {
url => $CommandURL,
timeout => $PollingTimeout,
user => $Username,
pwd => $Password,
hash => $hash,
method => $Method,
header => $Header,
incrementalTimout => 1,
callback => \&DoorBird_History_Request_Parse
url => $CommandURL,
timeout => $PollingTimeout,
user => $Username,
pwd => $Password,
hash => $hash,
method => $Method,
header => $Header,
incrementalTimeout => 1,
callback => \&DoorBird_History_Request_Parse
};
### Initiate communication and close