Update API.md

This commit is contained in:
Pascal Vizeli 2017-04-06 14:23:14 +02:00 committed by GitHub
parent fea71cc056
commit a7afdfc23a

3
API.md
View File

@ -7,7 +7,7 @@ Communicate over unix socket with a host daemon.
- commands
```
# info
-> {'os', 'version', 'level', 'hostname'}
-> {'os', 'version', 'current', 'level', 'hostname'}
# reboot
# shutdown
# host-update [v]
@ -98,6 +98,7 @@ See HostControll info command.
{
"os": "",
"version": "",
"current": "",
"level": "",
"hostname": "",
}