From 98e5541cfab3c4687a269071279bf4cfa812c286 Mon Sep 17 00:00:00 2001 From: Aircoookie Date: Wed, 27 Mar 2019 11:02:38 +0100 Subject: [PATCH] Updated JSON API (markdown) --- JSON-API.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/JSON-API.md b/JSON-API.md index f27fd65..57a09fb 100644 --- a/JSON-API.md +++ b/JSON-API.md @@ -1,5 +1,3 @@ -Check back soon! This documentation is scheduled to be completed before the 3rd of April 2019 - Starting from version 0.8.4, WLED implements a powerful JSON API over HTTP. It is accessable using the `/json` subpage. @@ -125,8 +123,9 @@ seg | Array of segment objects | Segments are individual parts of the LED strip. #### Contents of the segment object -Notice: _start_, _stop_, and _len_ are not changeable in 0.8.4. Any segment with _id_ > 0 is ignored. -Unless stated otherwise, every other value may be changed via an HTTP POST request. +**Notice:** _start_, _stop_, and _len_ are not changeable in 0.8.4. Any segment with _id_ > 0 is ignored. +Unless stated otherwise, every value may be changed via an HTTP POST request. +The tertiary color is not gamma-corrected in 0.8.4, but will be in subsequent releases. | JSON key | Value range | Description | --- | --- | --- |