Skip to content

Commit a0ce895

Browse files
authored
feat(matter): adds extended color light endpoint to matter.h
1 parent fcdfab4 commit a0ce895

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/Matter/src/Matter.h

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <MatterEndpoints/MatterDimmableLight.h>
2424
#include <MatterEndpoints/MatterColorTemperatureLight.h>
2525
#include <MatterEndpoints/MatterColorLight.h>
26+
#include <MatterEndpoints/MatterEnhancedColorLight.h>
2627

2728
using namespace esp_matter;
2829

@@ -52,6 +53,7 @@ class ArduinoMatter {
5253
friend class MatterDimmableLight;
5354
friend class MatterColorTemperatureLight;
5455
friend class MatterColorLight;
56+
friend class MatterEnhancedColorLight;
5557

5658
protected:
5759
static void _init();

0 commit comments

Comments
 (0)