diff --git a/fhem/FHEM/96_allowed.pm b/fhem/FHEM/96_allowed.pm index 5565b60a8..555558367 100644 --- a/fhem/FHEM/96_allowed.pm +++ b/fhem/FHEM/96_allowed.pm @@ -408,7 +408,7 @@ EOF
  • password <password>
  • globalpassword <password>
    these commands set the corresponding attribute, by computing an SHA256 - hash from the arguments and a salt. Note: the perl module Device::SHA is + hash from the arguments and a salt. Note: the perl module Digest::SHA is needed.

  • @@ -559,7 +559,7 @@ EOF
  • globalpassword <password>
    diese Befehle setzen das entsprechende Attribut, indem sie aus den Parameter und ein Salt ein SHA256 Hashwert berechnen. Achtung: das perl - Modul Device::SHA wird benötigt. + Modul Digest::SHA wird benötigt.