diff --git a/fhem/FHEM/95_PostMe.pm b/fhem/FHEM/95_PostMe.pm index 4c71952ae..f400c5c17 100644 --- a/fhem/FHEM/95_PostMe.pm +++ b/fhem/FHEM/95_PostMe.pm @@ -34,7 +34,6 @@ package main; use strict; use warnings; use vars qw(%defs); # FHEM device/button definitions -use vars qw(%intAt); # FHEM at definitions use vars qw($FW_RET); # Returned data (html) use vars qw($FW_RETTYPE); # image/png or the like use vars qw($FW_wname); # Web instance @@ -43,7 +42,7 @@ use Time::Local; ######################### # Global variables -my $postmeversion = "2.04"; +my $postmeversion = "2.06"; my $FW_encoding = "UTF-8"; ######################################################################################### @@ -1504,10 +1503,12 @@ sub PostMe_widget($) { =pod =item helper =item summary to set up a system of sticky notes, similar to Post-Its™ +=item summary_DE zur Definition eines Systems von Klebezetteln ähnlich des Post-Its™ =begin html

PostMe

+ + =end html =begin html_DE

PostMe

-Deutsche Dokumentation im Wiki vorhanden, die englische Version gibt es hier: PostMe - + =end html_DE =cut