diff --git a/fhem/CHANGED b/fhem/CHANGED index f13ed666e..e1091bcfc 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -552,3 +552,4 @@ - bugfix: Path in the examples fixed (got corrupted) - bugfix: PachLog fixes from Axel - bugfix: HOWTO/Examples revisited for correctness + - bugfix: DEFINED & INITIALIZED triggers. diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index 41d5d1fb5..cfc7466a5 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -3722,6 +3722,20 @@ A line ending with \ will be concatenated with the next one, so long lines
  • Each undefined device (FS20, HMS, FHT) will be reported with the device name "UNDEFINED". The % parameter will contain the type (FS20, HMS100T, etc) and device number, separated by a space.
  • + +
  • After defining a device, the event "DEFINED" will be triggered. This + can be used in the fhem.cfg to set some values of the device.
  • + +
  • After initialization finished, the event "INITIALIZED" for the device + "global" will be triggered.
  • + +
  • Notify can be used to store macros for manual execution. Use the trigger command to execute the macro. E.g.
    +
    +          fhem> define MyMacro notify MyMacro { Log 1, "Hello"}
    +          fhem> trigger MyMacro
    + +
    @@ -4356,6 +4370,15 @@ isday

    Perl specials