diff --git a/fhem/CHANGED b/fhem/CHANGED index 0f63e44a9..243263eac 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. + - bugfix: 73_AutoShuttersControl: fix parts of Commandref - bugfix: 98_SmarterCoffee: fix Undefined subroutine &SmarterCoffee::fhem - feature: 72_TA_CMI_JSON: added Logging Analog/Digital and RAS values. - feature: 98_livetracking: added OsmAnd server for Traccar iOS client diff --git a/fhem/FHEM/73_AutoShuttersControl.pm b/fhem/FHEM/73_AutoShuttersControl.pm index ac618e6e0..8e91bc6c0 100644 --- a/fhem/FHEM/73_AutoShuttersControl.pm +++ b/fhem/FHEM/73_AutoShuttersControl.pm @@ -38,7 +38,7 @@ package main; use strict; use warnings; -my $version = "0.2.0.1"; +my $version = "0.2.0.2"; sub AutoShuttersControl_Initialize($) { my ($hash) = @_; @@ -3098,8 +3098,8 @@ sub getRainSensorShuttersClosedPos {
This command creates a AutoShuttersControl device named shutter.
- After creating the device, all shutter devices which shall be controlled have to get set the attribut AutoShuttersControl with value 1 or 2.
- Value 1 means "Inverse or shutter e.g.: shutter up 0,shutter down 100 and the command for percentual movement is position",2 = "Homematic Style e.g.: shutter up 100,shutter down 0 and the command for percentual movement istpct.
+ After creating the device, all shutter devices which shall be controlled have to get set the attribut ASC with value 1 or 2.
+ Value 1 means "Inverse or shutter e.g.: shutter up 0,shutter down 100 and the command for percentual movement is position",2 = "Homematic Style e.g.: shutter up 100,shutter down 0 and the command for percentual movement is pct.
If the attribute is set, you may start automatic scan for your devices .

@@ -3175,7 +3175,7 @@ sub getRainSensorShuttersClosedPos {
In the shutter devices
Der Befehl erstellt ein AutoShuttersControl Device mit Namen Rolladen.
- Nachdem das Device angelegt wurde,müssen in allen Rolläden Devices welche gesterut werden sollen das Attribut AutoShuttersControl mit Wert 1 oder 2 gesetzt werden.
+ Nachdem das Device angelegt wurde,müssen in allen Rolläden Devices welche gesteuert werden sollen das Attribut ASC mit Wert 1 oder 2 gesetzt werden.
Dabei bedeutet 1 = "Inverse oder Rollo Bsp.: Rollo Oben 0,Rollo Unten 100 und der Befehl zum Prozentualen fahren ist position",2 = "Homematic Style Bsp.: Rollo Oben 100,Rollo Unten 0 und der Befehl zum Prozentualen fahren ist pct.
Habt Ihr das Attribut gesetzt,könnt Ihr den automatischen Scan nach den Devices anstossen. @@ -3312,7 +3312,7 @@ sub getRainSensorShuttersClosedPos {
In den Rolläden Devices