2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

49_SSCam: changed completly to HttpUtils_NonblockingGet for calling websites nonblocking,

LWP is not needed anymore, use of InternalTimer instead of fhem(sleep), 
improve usage of verbose-modes

git-svn-id: https://svn.fhem.de/fhem/trunk@10178 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2015-12-15 00:08:38 +00:00
parent 80c8e6efaa
commit ec40aced3f

View File

@ -1,6 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # Do not insert empty lines here, update check depends on it.
- feature: 49_SSCam: turned completly to HttpUtils_NonblockingGet for - change: 49_SSCam: turned completly to HttpUtils_NonblockingGet for
calling websites nonblocking, calling websites nonblocking,
LWP is not needed anymore, LWP is not needed anymore,
use of InternalTimer instead of fhem(sleep), use of InternalTimer instead of fhem(sleep),