2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

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 4b5078f06b
commit df46d33d71
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);