mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-02 19:15:31 +00:00
73_DoorBird: bugfix - incrementalTim[e]out
git-svn-id: https://svn.fhem.de/fhem/trunk@25107 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
78549adf0a
commit
3aeafa0e1a
@ -1646,7 +1646,7 @@ sub DoorBird_Read($) {
|
||||
header => $Header,
|
||||
timestamp => $TIMESTAMP,
|
||||
event => "motionsensor",
|
||||
incrementalTimout => 1,
|
||||
incrementalTimeout => 1,
|
||||
callback => \&DoorBird_LastEvent_Image
|
||||
};
|
||||
|
||||
@ -1711,7 +1711,7 @@ sub DoorBird_Read($) {
|
||||
header => $Header,
|
||||
timestamp => $TIMESTAMP,
|
||||
event => "keypad",
|
||||
incrementalTimout => 1,
|
||||
incrementalTimeout => 1,
|
||||
callback => \&DoorBird_LastEvent_Image
|
||||
};
|
||||
|
||||
@ -1777,7 +1777,7 @@ sub DoorBird_Read($) {
|
||||
timestamp => $TIMESTAMP,
|
||||
event => "doorbell",
|
||||
doorbellNo => $EVENT,
|
||||
incrementalTimout => 1,
|
||||
incrementalTimeout => 1,
|
||||
callback => \&DoorBird_LastEvent_Image
|
||||
};
|
||||
|
||||
@ -3399,7 +3399,7 @@ sub DoorBird_History_Request($$) {
|
||||
hash => $hash,
|
||||
method => $Method,
|
||||
header => $Header,
|
||||
incrementalTimout => 1,
|
||||
incrementalTimeout => 1,
|
||||
callback => \&DoorBird_History_Request_Parse
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user