diff --git a/fhem/CHANGED b/fhem/CHANGED index 4111045ce..4fe2191a7 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. + - feature: ESPEasy: command reference revised - bugfix: 49_SSCam: crash after FHEM-restart if answer from DS is empty - update: 98_DOIFtools: chaining DOIF's detailFn if present - feature: ESPEasy: added: dmx, motorshield, neopixel, candle, serialsend... diff --git a/fhem/FHEM/34_ESPEasy.pm b/fhem/FHEM/34_ESPEasy.pm index c3fb48b54..eb039c22e 100644 --- a/fhem/FHEM/34_ESPEasy.pm +++ b/fhem/FHEM/34_ESPEasy.pm @@ -36,7 +36,7 @@ use Color; # ------------------------------------------------------------------------------ # global/default values # ------------------------------------------------------------------------------ -my $module_version = 1.17; # Version of this module +my $module_version = 1.18; # Version of this module my $minEEBuild = 128; # informational my $minJsonVersion = 1.02; # checked in received data @@ -2608,22 +2608,21 @@ sub ESPEasy_removeGit($) Furthermore ESP controller IP must match FHEM's IP address. ESP controller port and the FHEM ESPEasy bridge port must be the same. -
  • Max. 2 ESPEasy bridges can be defined at the same time: 1 for IPv4 and - 1 for IPv6 +
  • + Max. 2 ESPEasy bridges can be defined at the same time: 1 for IPv4 and 1 for IPv6
  • Further information about this module is available here: - Forum #55728 - + Forum #55728

  • Requirements: