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 - commands
``` ```
# info # info
-> {'os', 'version', 'level', 'hostname'} -> {'os', 'version', 'current', 'level', 'hostname'}
# reboot # reboot
# shutdown # shutdown
# host-update [v] # host-update [v]
@ -98,6 +98,7 @@ See HostControll info command.
{ {
"os": "", "os": "",
"version": "", "version": "",
"current": "",
"level": "", "level": "",
"hostname": "", "hostname": "",
} }