2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 23:09:26 +00:00

49_IPCAM: introduced incrementalTimeout

git-svn-id: https://svn.fhem.de/fhem/trunk@24183 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
delmar 2021-04-08 06:38:49 +00:00
parent df46d33d71
commit 4ef381e2e3

View File

@ -487,7 +487,7 @@ sub RequestSnapshotWithCallback {
method => "GET",
callback => \&IPCAM::RequestSnapshot_Callback,
hash => $hash,
incrementalTimout => 1,
incrementalTimeout => 1,
callbackCommand => $callbackCommand
};
HttpUtils_NonblockingGet($apiParam);