You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/matter/ep_color_temperature_light.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Constructor
30
30
***********
31
31
32
32
MatterColorTemperatureLight
33
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
34
35
35
Creates a new Matter color temperature light endpoint.
36
36
@@ -152,7 +152,7 @@ Color Temperature Control
152
152
*************************
153
153
154
154
setColorTemperature
155
-
^^^^^^^^^^^^^^^^^^^^
155
+
^^^^^^^^^^^^^^^^^^^
156
156
157
157
Sets the color temperature.
158
158
@@ -165,7 +165,7 @@ Sets the color temperature.
165
165
**Note:** Color temperature is measured in mireds (micro reciprocal degrees). Lower values (100-200) are warm white, higher values (400-500) are cool white.
Copy file name to clipboardExpand all lines: docs/en/matter/matter.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The Matter library provides support for creating Matter-compatible devices inclu
17
17
The Matter library is built on top of `ESP Matter SDK <https://github.com/espressif/esp-matter>`_ and provides a high-level Arduino-style interface for creating Matter devices.
18
18
19
19
Matter Protocol Overview
20
-
***********************
20
+
************************
21
21
22
22
Matter (formerly Project CHIP - Connected Home over IP) is an open-source connectivity standard for smart home devices. It enables seamless communication between devices from different manufacturers, allowing them to work together within a single ecosystem.
23
23
@@ -30,7 +30,7 @@ Matter (formerly Project CHIP - Connected Home over IP) is an open-source connec
30
30
* **Simple Setup**: Easy commissioning via QR code or pairing code
Copy file name to clipboardExpand all lines: docs/en/matter/matter_endpoint.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Endpoint Management
22
22
*******************
23
23
24
24
getEndPointId
25
-
^^^^^^^^^^^^
25
+
^^^^^^^^^^^^^
26
26
27
27
Gets the current Matter Accessory endpoint ID.
28
28
@@ -33,7 +33,7 @@ Gets the current Matter Accessory endpoint ID.
33
33
This function will return the endpoint number (typically 1-254).
34
34
35
35
setEndPointId
36
-
^^^^^^^^^^^^
36
+
^^^^^^^^^^^^^
37
37
38
38
Sets the current Matter Accessory endpoint ID.
39
39
@@ -47,7 +47,7 @@ Secondary Network Interface
47
47
***************************
48
48
49
49
createSecondaryNetworkInterface
50
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
50
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51
51
52
52
Creates a secondary network interface endpoint. This can be used for devices that support multiple network interfaces, such as Ethernet, Thread and Wi-Fi.
53
53
@@ -86,7 +86,7 @@ Gets a pointer to an attribute from its cluster ID and attribute ID.
86
86
This function will return a pointer to the attribute, or ``NULL`` if not found.
87
87
88
88
getAttributeVal
89
-
^^^^^^^^^^^^^^^^
89
+
^^^^^^^^^^^^^^^
90
90
91
91
Gets the value of an attribute from its cluster ID and attribute ID.
92
92
@@ -131,7 +131,7 @@ Updates the value of an attribute from its cluster ID. This is typically used fo
131
131
This function will return ``true`` if successful, ``false`` otherwise.
0 commit comments