mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +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
|
||||
```
|
||||
# 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": "",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user