diff --git a/fhem/FHEM/42_npmjs.pm b/fhem/FHEM/42_npmjs.pm index b7f112066..753785e1f 100644 --- a/fhem/FHEM/42_npmjs.pm +++ b/fhem/FHEM/42_npmjs.pm @@ -41,7 +41,7 @@ use POSIX; # our @EXPORT = qw(get_time_suffix); our $VERSION = "0.10.2"; -# wird für den Import der FHEM Funktionen aus der fhem.pl benötigt +# supports to import main functions from fhem.pl use GPUtils qw(GP_Import); use Data::Dumper; #only for Debugging @@ -1383,7 +1383,11 @@ sub ToDay() {
  • update - trigger complete or selected update process. this will take a moment
  • -
  • install - Install one or more NPM packages +
  • install - Install one or more NPM packages. If Node.js is not installed on the server, it will offer to + initially install Node.js (APT compatible Linux distributions only). You may still install Node.js and + NPM manually and trigger to re-detect the installation by using any of the provided options. Existing + Node.js installations will never be overwritten and it will not be possible to upgrade Node.js using + this FHEM module!
  • uninstall - Uninstall one or more NPM packages
  • @@ -1420,8 +1424,8 @@ sub ToDay() {
    Der Befehl erstellt eine npmjs Instanz mit dem Namen 'fhemServerNpm', um Kommandos auf dem Host 'localhost' auszuführen.
    - Anschließend werden die alle Informationen über den Installations- und Update Status geholt. Dies kann einen Moment dauern.
    + Anschließend werden die alle Informationen über den Installations- und Update Status geholt. Dies kann einen Moment dauern.
    Wenn man sich zu einem entfernten Rechner verbinden möchte, kann man den HOST Parameter im Format user@hostname verwenden.

    @@ -1453,25 +1457,31 @@ sub ToDay() {
  • uninstalled - Status des letzten uninstall Befehles
  • -
  • updatesAvailable - Anzahl der verfügbaren Paketupdates +
  • updatesAvailable - Anzahl der verfügbaren Paketupdates


  • Set

    Get