diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-07 16:53:32 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-07 16:53:32 +0200 |
commit | b455a74818b35566f4bf524e4824c000bcf3194f (patch) | |
tree | 1691540516982c48d5d98d07a2b55620be089783 /doc | |
parent | 7a66d48f815b475d98e56a99a5125ba3b8592e8d (diff) | |
download | dabmod-b455a74818b35566f4bf524e4824c000bcf3194f.tar.gz dabmod-b455a74818b35566f4bf524e4824c000bcf3194f.tar.bz2 dabmod-b455a74818b35566f4bf524e4824c000bcf3194f.zip |
Rework remotecontrol
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 6 |
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] ; |