arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.69k stars 4.72k forks source link

Matter prepare events #21647

Closed s-hadinger closed 2 weeks ago

s-hadinger commented 2 weeks ago

Description:

Matter prepare for support of events:

Logging of new published events at startup:

00:00:02.366 MTR: +Add_Event (CRIT  ) [00]0028/0000 ( 5019) - 234946562U
00:00:02.395 MTR: +Add_Event (CRIT  ) [00]0033/0003 ( 5020) - 1U
00:00:02.418 MTR: Configuring endpoints
00:00:02.420 MTR:   endpoint =     0 type:root
00:00:02.421 MTR:   endpoint =     1 type:aggregator
00:00:02.424 MTR:   endpoint =     2 type:light3
00:00:02.426 RSL: RESULT = {"Matter":{"Initialized":1}}
00:00:02.438 MTR: Starting UDP server on port: 5540

Checklist:

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass