aboutsummaryrefslogtreecommitdiffstats
path: root/doc/example.ini
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example.ini')
-rw-r--r--doc/example.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini
index b5fce01..259ee4a 100644
--- a/doc/example.ini
+++ b/doc/example.ini
@@ -23,6 +23,12 @@ telnetport=2121
; REQ: ["ping"]
; REP: ["ok"]
;
+; REQ: ["list"]
+; REP: ["ok"][module name][module name]...
+;
+; REQ: ["show"][module name]
+; REP: ["ok"][parameter: value][parameter: value]...
+;
; REQ: ["get"][module name][parameter]
; REP: [value] _OR_ ["fail"][error description]
;