diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm index 85bb450d0..d4e4de2e3 100755 --- a/fhem/FHEM/01_FHEMWEB.pm +++ b/fhem/FHEM/01_FHEMWEB.pm @@ -2851,7 +2851,7 @@ FW_ActivateInform() ":slider,<min>,<step>,<max>", then a javascript driven slider is displayed
  • if the modifier is of the form ":multiple,val1,val2,...", then - multiple values can be selected, the result is comma separated. + multiple values can be selected, the result is comma separated.
  • else a dropdown with all the modifier values is displayed
  • If the command is state, then the value will be used as a command.
    @@ -3332,7 +3332,7 @@ FW_ActivateInform() JavaScript programmierter Slider angezeigt
  • Ist der Modifier ":multiple,val1,val2,...", dann ein - Mehrfachauswahl ist möglich, das Ergebnis ist Komma-separiert. + Mehrfachauswahl ist möglich, das Ergebnis ist Komma-separiert.
  • In allen anderen Fällen erscheint ein Dropdown mit allen Modifier Werten.