We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdfab4 commit a0ce895Copy full SHA for a0ce895
libraries/Matter/src/Matter.h
@@ -23,6 +23,7 @@
23
#include <MatterEndpoints/MatterDimmableLight.h>
24
#include <MatterEndpoints/MatterColorTemperatureLight.h>
25
#include <MatterEndpoints/MatterColorLight.h>
26
+#include <MatterEndpoints/MatterEnhancedColorLight.h>
27
28
using namespace esp_matter;
29
@@ -52,6 +53,7 @@ class ArduinoMatter {
52
53
friend class MatterDimmableLight;
54
friend class MatterColorTemperatureLight;
55
friend class MatterColorLight;
56
+ friend class MatterEnhancedColorLight;
57
58
protected:
59
static void _init();
0 commit comments