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 {