From 3464d9229139f17726bbb9a80905e1801a75c35d Mon Sep 17 00:00:00 2001
From: pahenning <>
Date: Thu, 24 Nov 2016 07:08:11 +0000
Subject: [PATCH] 95_PostMe.pm: Improved Documentation
git-svn-id: https://svn.fhem.de/fhem/trunk@12644 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/95_PostMe.pm | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/fhem/FHEM/95_PostMe.pm b/fhem/FHEM/95_PostMe.pm
index a75433df4..a339eb0c0 100644
--- a/fhem/FHEM/95_PostMe.pm
+++ b/fhem/FHEM/95_PostMe.pm
@@ -41,7 +41,7 @@ use vars qw($FW_wname); # Web instance
#########################
# Global variables
-my $postmeversion = "1.0";
+my $postmeversion = "1.1";
my $FW_encoding = "UTF-8";
#########################################################################################
@@ -1094,9 +1094,19 @@ sub PostMe_widget($) {
Defines the PostMe system, <postit> is an arbitrary name for the system.
set <postit> create <name>
+ List items may consist of one or more words, and are added/removed by the add and
+ remove command.
+ Attention: A comma "," is the separator for list items.
+ set <postit> add <name> <some text, but careful with commas>
+
+ Special meta data for items may be included in the items by using "[" and "]"; characters, e.g.
set <postit> add <name> <item> [<attribute1>="<data1>" ...
- The attribute-value pairs may be added,modified and removed with the set modify command, see below.
+ These attribute-value pairs may be added, modified and removed with the modify command
+
The sticky notes may be integrated into any Web page by simply embedding the following tags
<embed src="/fhem/PostMe_widget?type=pins&postit=<postit>"/>