add update outlet

This commit is contained in:
jbnadal
2018-05-07 14:47:01 +02:00
parent 45b6ed9d73
commit 194e654d66
4 changed files with 53 additions and 25 deletions

View File

@@ -47,10 +47,6 @@ Name is missing.
./usr/bin/ubus call domo.outlets create "{\"name\":\"test\", \"sender\": 12797322}"
```
TODO
### list
```
@@ -112,7 +108,7 @@ TODO
### update
```
./usr/bin/ubus call domo.outlets update
./usr/bin/ubus call domo.outlets update "{\"id\": 4, \"name\":\"test1\", \"sender\": 1, \"switch\": 2}"
```
TODO