From a7afdfc23ab6822be98ec3682fbeb95127153ef2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 6 Apr 2017 14:23:14 +0200 Subject: [PATCH] Update API.md --- API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": "", }