diff --git a/CHANGED b/CHANGED index 718dacbf7..9a87e6cc7 100644 --- a/CHANGED +++ b/CHANGED @@ -1,9 +1,10 @@ # 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_AMAD: improved translation englisch - bugfix: 95_Dashboard: fixed access to uninitialized value - change: 74_AMAD: change set of STATE has been replaced by Readingsupdate 'state' - - feature: 74_AMAD: commandref english translation, default $Id$ line + - feature: 74_AMAD: commandref english translation, insert default version ID - feature: SYSMON: telnet login with no user/pass required - bugfix: 95_Dashboard: the sort order in columns is now correctly read from the sorting attribute. diff --git a/FHEM/74_AMAD.pm b/FHEM/74_AMAD.pm index 49cda86be..3daccb62e 100644 --- a/FHEM/74_AMAD.pm +++ b/FHEM/74_AMAD.pm @@ -34,7 +34,7 @@ use Time::HiRes qw(gettimeofday); use HttpUtils; -my $version = "0.6.1"; +my $version = "0.6.2"; @@ -771,25 +771,25 @@ sub AMAD_SelectSetCmd($$@) {

Done! After connecting the device instance should already come in the first Readings within 3 minutes. @@ -847,12 +849,12 @@ sub AMAD_SelectSetCmd($$@) { Readings

@@ -911,14 +913,14 @@ sub AMAD_SelectSetCmd($$@) {


Application examples:


And finally I would like to say thank you.
- The biggest thank goes to my mentor Andre (justme1968), he told me with useful hints that helped me to understandPerl code and made programming a real fun.
+ The biggest thank is for my mentor Andre (justme1968), who told me lots of useful hints that helped me to understandPerl code and made programming a real fun.
I would also like to thank Jens (jensb) who has supported me when I made my first steps in Perl code.
- And lastbut not least a special thank to PAH (Prof. Dr. Peter Henning), without his statement "We had all times of 'I do not know', that's no excuse," I would not have started to get interested in module development :-)

+ And lastbut not least a special thank to PAH (Prof. Dr. Peter Henning), without his statement "Keine Ahnung hatten wir alle mal, das ist keine Ausrede" (We had all times of 'I do not know', that's no excuse), - I would not have started to get interested in module development of FHEM :-)

Thanks to Jürgen (ujaudio) for the english translation