Skip to content
Snippets Groups Projects
Commit 770f2be4 authored by fxk8y's avatar fxk8y :spider:
Browse files

Proper line-break?!

parent ae7183ce
No related branches found
No related tags found
No related merge requests found
......@@ -34,16 +34,16 @@ Not all commands will publish a result, but there may be an `ERROR`-topic in the
In the following list, `argument` stands for the message content received on the topic.
- `ls` - **list namespaces**
request: `REQUEST/ls`
response: `RESPONSE/ls`
argument: used as delimiter for concatenating the list (default: `' '`)
- `ls` - **list namespaces**
request: `REQUEST/ls`
response: `RESPONSE/ls`
argument: used as delimiter for concatenating the list (default: `' '`)
description: returns a list of the namespaces found in `NVS`
- `ls` - **list keys**
request: `REQUEST/ls/NS`
response: `RESPONSE/ls/NS`
argument: used as delimiter for concatenating the list (default: `' '`)
- `ls` - **list keys**
request: `REQUEST/ls/NS`
response: `RESPONSE/ls/NS`
argument: used as delimiter for concatenating the list (default: `' '`)
description: returns a list of the keys found in namespace `NS`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment