File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,21 +37,21 @@ The options flag accepts a comma separated string comprising of the optionID def
3737## Examples
3838
3939``` bash
40- coap-cli get channels/ 0bb5ba61-a66e-4972-bab6-26f19962678f/messages /subtopic --auth 1e1017e6-dee7-45b4-8a13-00e6afeb66eb -o
40+ coap-cli get m/aa844fac-2f74-4ec3-8318-849b95d03bcc/c/ 0bb5ba61-a66e-4972-bab6-26f19962678f/subtopic --auth 1e1017e6-dee7-45b4-8a13-00e6afeb66eb -o
4141```
4242
4343``` bash
44- coap-cli get channels/ 0bb5ba61-a66e-4972-bab6-26f19962678f/messages /subtopic --options 6,0x00 --options 15,auth=1e1017e6-dee7-45b4-8a13-00e6afeb66eb
44+ coap-cli get m/aa844fac-2f74-4ec3-8318-849b95d03bcc/c/ 0bb5ba61-a66e-4972-bab6-26f19962678f/subtopic --options 6,0x00 --options 15,auth=1e1017e6-dee7-45b4-8a13-00e6afeb66eb
4545```
4646
4747``` bash
48- coap-cli post channels/ 0bb5ba61-a66e-4972-bab6-26f19962678f/messages /subtopic --auth 1e1017e6-dee7-45b4-8a13-00e6afeb66eb -d " hello world"
48+ coap-cli post m/aa844fac-2f74-4ec3-8318-849b95d03bcc/c/ 0bb5ba61-a66e-4972-bab6-26f19962678f/subtopic --auth 1e1017e6-dee7-45b4-8a13-00e6afeb66eb -d " hello world"
4949```
5050
5151``` bash
52- coap-cli post channels/ 0bb5ba61-a66e-4972-bab6-26f19962678f/messages /subtopic --auth 1e1017e6-dee7-45b4-8a13-00e6afeb66eb -d " hello world" -H 0.0.0.0 -p 1234
52+ coap-cli post m/aa844fac-2f74-4ec3-8318-849b95d03bcc/c/ 0bb5ba61-a66e-4972-bab6-26f19962678f/subtopic --auth 1e1017e6-dee7-45b4-8a13-00e6afeb66eb -d " hello world" -H 0.0.0.0 -p 1234
5353```
5454
5555``` bash
56- coap-cli post channels/ 0bb5ba61-a66e-4972-bab6-26f19962678f/messages/ subtopic -options 15,auth=1e1017e6-dee7-45b4-8a13-00e6afeb66eb -d " hello world" -H 0.0.0.0 -p 5683
56+ coap-cli post m/aa844fac-2f74-4ec3-8318-849b95d03bcc/c/ 0bb5ba61-a66e-4972-bab6-26f19962678f/subtopic - -options 15,auth=1e1017e6-dee7-45b4-8a13-00e6afeb66eb -d " hello world" -H 0.0.0.0 -p 5683
5757```
You can’t perform that action at this time.
0 commit comments