wip refactor

This commit is contained in:
2018-05-06 22:47:31 +02:00
parent bd48ef0866
commit dd19bc5933
14 changed files with 475 additions and 175 deletions

View File

@@ -83,6 +83,18 @@
./usr/bin/ubus call domo.lights read "{\"id\":2}"
```
```json
{
"id": 2,
"name": "Salon",
"speach_name": "salon",
"state": false,
"zone": "",
"sender": 12797322,
"interruptor": 1
}
```
### update
```