From c5400fbc85ff46d8c2269c2dc27326e6a9f952d0 Mon Sep 17 00:00:00 2001 From: neumann <> Date: Sat, 4 Nov 2017 09:51:43 +0000 Subject: [PATCH] 31_Nello: syntax error git-svn-id: https://svn.fhem.de/fhem/trunk@15388 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/31_Nello.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index d3477a36e..b765d4161 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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. + - bugfix: 31_Nello: syntax error - feature: fhemweb_iconRadio.js: add a user defined class to svg icons by prefix class@, improved matching for a numeric sequence of compare values, color numbers are now case insensitive diff --git a/fhem/FHEM/31_Nello.pm b/fhem/FHEM/31_Nello.pm index a07a8ed51..74bd366e4 100644 --- a/fhem/FHEM/31_Nello.pm +++ b/fhem/FHEM/31_Nello.pm @@ -172,7 +172,7 @@ sub Nello_loadInternals($) { Nello_poll($hash); } - InternalTimer(gettimeofday()+10), "Nello_updateMQTTIP", $hash); + InternalTimer(gettimeofday()+10, "Nello_updateMQTTIP", $hash); } sub Nello_login {