Skip to content

Commit 263aab5

Browse files
committed
feat(docs): Add Zigbee library documentation
1 parent 9c333ce commit 263aab5

28 files changed

+769
-901
lines changed

docs/en/libraries.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,7 @@ Zigbee APIs
9999
:maxdepth: 1
100100
:glob:
101101

102-
zigbee/*
102+
zigbee/zigbee
103+
zigbee/zigbee_core
104+
zigbee/zigbee_ep
105+
zigbee/ep_*
File renamed without changes.
File renamed without changes.

docs/en/zigbee/zigbee_electrical_measurement.rst renamed to docs/en/zigbee/ep_electrical_measurement.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Sets the DC measurement value for a specific measurement type.
7373
This function will return ``true`` if successful, ``false`` otherwise.
7474

7575
setDCMinMaxValue
76-
^^^^^^^^^^^^^^^
76+
^^^^^^^^^^^^^^^^
7777

7878
Sets the minimum and maximum values for a DC measurement type.
7979

@@ -88,7 +88,7 @@ Sets the minimum and maximum values for a DC measurement type.
8888
This function will return ``true`` if successful, ``false`` otherwise.
8989

9090
setDCMultiplierDivisor
91-
^^^^^^^^^^^^^^^^^^^^^
91+
^^^^^^^^^^^^^^^^^^^^^^
9292

9393
Sets the multiplier and divisor for scaling DC measurements.
9494

@@ -164,7 +164,7 @@ Sets the AC measurement value for a specific measurement type and phase.
164164
This function will return ``true`` if successful, ``false`` otherwise.
165165

166166
setACMinMaxValue
167-
^^^^^^^^^^^^^^^
167+
^^^^^^^^^^^^^^^^
168168

169169
Sets the minimum and maximum values for an AC measurement type and phase.
170170

File renamed without changes.
File renamed without changes.

docs/en/zigbee/zigbee_pm25_sensor.rst renamed to docs/en/zigbee/ep_pm25_sensor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
###############
1+
################
22
ZigbeePM25Sensor
3-
###############
3+
################
44

55
About
66
-----
File renamed without changes.

docs/en/zigbee/zigbee_thermostat.rst renamed to docs/en/zigbee/ep_thermostat.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
###############
1+
################
22
ZigbeeThermostat
3-
###############
3+
################
44

55
About
66
-----

0 commit comments

Comments
 (0)