aboutsummaryrefslogtreecommitdiff
path: root/diller/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-11-19 19:33:05 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-11-19 19:33:05 +0100
commit937040944ffdf7819b7ce7bee23a3d346718c0e4 (patch)
treedb408e56ae414db637b1e58717d99bceda2cfcd5 /diller/README.md
parent46f5784e3acb277aab44217e2521625ffe043d35 (diff)
downloadesp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.tar.gz
esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.tar.bz2
esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.tar.xz
esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.zip
Major refactoring, splitting stuff into separate files.HEADmaster
Diffstat (limited to 'diller/README.md')
-rw-r--r--diller/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/diller/README.md b/diller/README.md
index b454862..e042f94 100644
--- a/diller/README.md
+++ b/diller/README.md
@@ -47,6 +47,17 @@ The command will always return the current values.
ok ssid=..
+## List properties
+
+Request:
+
+ list-properties
+
+Response:
+
+ ok count=<n>
+ property key=.. [name=..] [description=..]
+
## Set property value
TODO: Implement description? A longer string describing the property.