mirror of https://github.com/arendst/Tasmota.git
Updated JSON Status Responses (markdown)
parent
0b5d1baf87
commit
eaf4e4bd0a
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
- [JSON Changes](#json-changes)
|
||||||
- [Basic Response](#basic-response)
|
- [Basic Response](#basic-response)
|
||||||
- [MQTT](#mqtt)
|
- [MQTT](#mqtt)
|
||||||
- [Domoticz](#domoticz)
|
- [Domoticz](#domoticz)
|
||||||
|
@ -16,6 +16,8 @@
|
||||||
- [Bugged JSON in <= 5.10.0 (invalid JSON)](#bugged-json-in--5100-invalid-json)
|
- [Bugged JSON in <= 5.10.0 (invalid JSON)](#bugged-json-in--5100-invalid-json)
|
||||||
- [PHP Fix for invalid JSON <= 5.10.0](#php-fix-for-invalid-json--5100)
|
- [PHP Fix for invalid JSON <= 5.10.0](#php-fix-for-invalid-json--5100)
|
||||||
|
|
||||||
|
## JSON Changes
|
||||||
|
temp note: for now (6.0.0a) the statetext overwrites the json power result (e.g. "ON" => "AN" or any other statetext the users enter)
|
||||||
|
|
||||||
## Basic Response
|
## Basic Response
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue