diff --git a/fhem/CHANGED b/fhem/CHANGED index cdde49357..0db21e972 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. + - change: 74_AutomowerConnect: Commandref update - bugfix: 76_SolarForecast: Victron API fix Forum:#1288637 - change: 10_KNX: allow exponential numbers for dpt14 - feature: 00_KNXIO: add FIFO & rate limit for set/get to KNX-bus diff --git a/fhem/FHEM/74_AutomowerConnect.pm b/fhem/FHEM/74_AutomowerConnect.pm index 20145de56..a199ce5a6 100644 --- a/fhem/FHEM/74_AutomowerConnect.pm +++ b/fhem/FHEM/74_AutomowerConnect.pm @@ -167,6 +167,10 @@ __END__ set <name> Start <number of minutes>
Starts immediately for <number of minutes> +
  • StartInWorkArea
    + set <name> StartInWorkArea <workAreaId> [<number of minutes>]
    + Starts immediately in <workAreaId> for <number of minutes>
  • +
  • chargingStationPositionToAttribute
    set <name> chargingStationPositionToAttribute
    Sets the calculated charging station coordinates to the corresponding attributes.
  • @@ -204,7 +208,7 @@ __END__ Load the command reference example into the attribute mapZones.
  • defaultDesignAttributesToAttribute
    - set <name> mapZonesTemplateToAttribute
    + set <name> defaultDesignAttributesToAttribute
    Load default design attributes.


  • @@ -223,7 +227,7 @@ __END__
  • MowerData
    get <name> MowerData
    - Lists all mower data with its hash path exept positon array. The hash path can be used for generating userReadings. The trigger is connected.
    + Lists all mower data with its hash path exept positon array. The hash path can be used for generating userReadings. The trigger is e.g. device_state: connected or mower_wsEvent: <status-event|positions-event|settings-event>.
    Example: created reading serialnumber with hash path $hash->{helper}{mower}{attributes}{system}{serialNumber}

    attr <name> userReadings serialnumber:connected {$defs{$name}->{helper}{mower}{attributes}{system}{serialNumber}}
  • @@ -526,6 +530,10 @@ __END__ set <name> Start <number of minutes>
    Startet sofort für <number of minutes> +
  • StartInWorkArea
    + set <name> StartInWorkArea <workAreaId> [<number of minutes>]
    + Startet sofort in <workAreaId> für <number of minutes>
  • +
  • chargingStationPositionToAttribute
    set <name> chargingStationPositionToAttribute
    Setzt die berechneten Koordinaten der LS in das entsprechende Attribut.
  • @@ -563,7 +571,7 @@ __END__ Läd das Beispiel aus der Befehlsreferenz in das Attribut mapZones.
  • defaultDesignAttributesToAttribute
    - set <name> mapZonesTemplateToAttribute
    + set <name> defaultDesignAttributesToAttribute
    Läd die Standartdesignattribute.

  • @@ -586,7 +594,7 @@ __END__
  • MowerData
    get <name> MowerData
    - Listet alle Daten des Mähers einschließlich Hashpfad auf ausgenommen das Positonsarray. Der Hashpfad kann zur Erzeugung von userReadings genutzt werden, getriggert wird durch connected.
    + Listet alle Daten des Mähers einschließlich Hashpfad auf ausgenommen das Positonsarray. Der Hashpfad kann zur Erzeugung von userReadings genutzt werden, getriggert wird durch e.g. device_state: connected oder mower_wsEvent: <status-event|positions-event|settings-event>.
    Beispiel: erzeugen des Reading serialnumber mit dem Hashpfad $hash->{helper}{mower}{attributes}{system}{serialNumber}

    attr <name> userReadings serialnumber:connected {$defs{$name}->{helper}{mower}{attributes}{system}{serialNumber}}