diff --git a/API.md b/API.md index 8c90406f6..3181bc4bf 100644 --- a/API.md +++ b/API.md @@ -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": "", }