From c6708d7225de6fb55bc4915f852c2efe7cd75f6d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 23 Mar 2017 00:08:04 +0100 Subject: [PATCH] update api --- hassio_api/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hassio_api/README.md b/hassio_api/README.md index 0a97f9da4..065cf0266 100644 --- a/hassio_api/README.md +++ b/hassio_api/README.md @@ -5,7 +5,10 @@ ### /supervisor_info ### /supervisor_network -- Payload: {'hostname': ''} +- Payload: {'hostname': '', 'mode': 'dhcp|fixed', 'ssid': '', 'ip': '', 'netmask': '', 'gateway': ''} + +### /supervisor_power +- Payload: {'action': 'reboot|shutdown'} ## REST API HomeAssistant