mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Update API.md
This commit is contained in:
parent
fea71cc056
commit
a7afdfc23a
3
API.md
3
API.md
@ -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": "",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user