diff --git a/fhem/www/pgm2/fhemweb.js b/fhem/www/pgm2/fhemweb.js index 6a2911d91..ccf99286a 100644 --- a/fhem/www/pgm2/fhemweb.js +++ b/fhem/www/pgm2/fhemweb.js @@ -359,8 +359,7 @@ FW_doUpdate() if(FW_widgets[w].updateLine) // updateLine is deprecated, use setValueFn FW_widgets[w].updateLine(d); - if(d[0].indexOf("-") == -1) // Wont contain - - devs.push(d); + devs.push(d); } for(var w in FW_widgets)