49_IPCAM: introduced incrementalTimeout

git-svn-id: https://svn.fhem.de/fhem/trunk@24182 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
delmar
2021-04-08 06:29:23 +00:00
parent f332a8a75c
commit 05fabf16fc
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- change: 49_IPCAM: introduced incrementalTimeout
- feature: 93_DbLog: new attributes SQLiteCacheSize, SQLiteJournalMode
- bugfix: 98_Text2Speech.pm: some Improvements by Mirko
- change: 73_GardenaSmartBridge: Change part of code for new API

View File

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