From d8ab85986d1efc0a8042279f90968d1a76c1faee Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 30 Mar 2017 23:36:51 +0200 Subject: [PATCH] update readme --- hassio_api/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/hassio_api/README.md b/hassio_api/README.md index a62745dfb..f57fe1f4c 100644 --- a/hassio_api/README.md +++ b/hassio_api/README.md @@ -37,6 +37,22 @@ level: Interface for HomeAssistant to controll things from supervisor. +On error: +```json +{ + "result": "error", + "message": "" +} +``` + +On success +```json +{ + "result": "ok", + "data": { } +} +``` + ### HassIO - `/supervisor/info`