Syntaxhilfe fuer Objekte eingebaut

Objekte koennen mit der Property P_SYNTAX_HELP explizite
Hilfen zur Syntax ihrer Kommandos anbieten.

Change-Id: Ib27a77b020d53fca411d83f0e02d85476ca62341
diff --git a/sys/thing/commands.h b/sys/thing/commands.h
index 2bb876d..2f9dfc7 100644
--- a/sys/thing/commands.h
+++ b/sys/thing/commands.h
@@ -10,6 +10,7 @@
 // properties
 
 #define P_COMMANDS           "commands"
+#define P_SYNTAX_HELP        "lib_p_syntaxhelp"
 
 #endif // __THING_COMMANDS_H__