From ec40aced3fae828049e04dbd0fa34fa574d07b7d Mon Sep 17 00:00:00 2001 From: nasseeder1 <> Date: Tue, 15 Dec 2015 00:08:38 +0000 Subject: [PATCH] 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 --- fhem/CHANGED | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 560cf0bf3..22f1547d5 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,6 +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. - - feature: 49_SSCam: turned completly to HttpUtils_NonblockingGet for + - change: 49_SSCam: turned completly to HttpUtils_NonblockingGet for calling websites nonblocking, LWP is not needed anymore, use of InternalTimer instead of fhem(sleep),