Skip to content

Commit c00305c

Browse files
committed
fix: Proper class naming for better readability
1 parent be28c96 commit c00305c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/zigbee/zigbee.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Zigbee Library Structure
5858
ZigbeeCore
5959
**********
6060

61-
The ``Zigbee`` class is the main entry point for all Zigbee operations. It serves as the central coordinator that manages:
61+
The ``ZigbeeCore`` class is the main entry point for all Zigbee operations. It serves as the central coordinator that manages:
6262

6363
* **Network Operations**: Starting, stopping, and managing the Zigbee network
6464
* **Device Role Management**: Configuring the device as Coordinator, Router, or End Device
@@ -67,7 +67,7 @@ The ``Zigbee`` class is the main entry point for all Zigbee operations. It serve
6767
* **OTA Updates**: Managing over-the-air firmware updates
6868
* **Power Management**: Configuring sleep modes for battery-powered devices
6969

70-
The Zigbee class is implemented as a singleton, meaning there's only one instance available globally. You access it directly as ``Zigbee`` without creating an instance.
70+
The ``ZigbeeCore`` class is implemented as a singleton, meaning there's only one instance available globally. You access it directly as ``Zigbee`` without creating an instance.
7171

7272
.. toctree::
7373
:maxdepth: 3

0 commit comments

Comments
 (0)