From 3d101a24a1725e28026dd1fc5c7e146e53752c4e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 26 Apr 2018 21:42:45 +0200 Subject: [PATCH] Update API.md --- API.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/API.md b/API.md index f4fcd271e..9e14112d4 100644 --- a/API.md +++ b/API.md @@ -226,15 +226,15 @@ return: ```json { - "hostname": "", + "hostname": "hostname|null", "features": ["shutdown", "reboot", "update", "hostname"], - "operating_system": "", - "kernel": "", - "chassis": "", - "type": "", - "deployment": "", - "version": "", - "last_version": "", + "operating_system": "Hass.io-OS XY|Ubuntu 16.4|null", + "kernel": "4.15.7|null", + "chassis": "specific|null", + "type": "Hass.io-OS Type|null", + "deployment": "stable|beta|dev|null", + "version": "xy|null", + "last_version": "xy|null", } ```