From b56787bc7a526f5c4693ad1c8a40b572a0a69923 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:18:38 +0200 Subject: [PATCH] Fix array --- docs/Matter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Matter.md b/docs/Matter.md index 49479ef396..64a86ebf68 100644 --- a/docs/Matter.md +++ b/docs/Matter.md @@ -194,8 +194,8 @@ SO125|Hide bridge from topic (use with SetOption89) Examples below consider an endpoint number `9` with friendlyname `Light0`: -`83`|`100`|`119`|`118`|`144`|JSON Payload -:---|:---|:---|:---|:---|:---|:---|:--- +83|100|119|118|144|JSON Payload +:---|:---|:---|:---|:---|:--- 0|0|0|0|0|`{"MtrReceived":{"ep9":{"Name":"Light0","Power":1}}}` 1|0|0|0|0|`{"MtrReceived":{"Light0":{"Name":"Light0","Power":1}}}` 0|1|0|0|x|`{"ep9":{"Name":"Light0","Power":1}}` @@ -209,7 +209,7 @@ x|1|1|0|x|`{"Name":"Light0","Power":1}` 89|112|118|125|MQTT Topic -|:---|:---|:---|:---|:---|:--- +:---|:---|:---|:---|:--- 0|x|0|x|`stat/tasmota_xxxxxx/COMMAND` 1|0|0|0|`stat/tasmota_xxxxxx/9/COMMAND` 1|1|0|0|`stat/tasmota_xxxxxx/Light0/COMMAND`