Skip to content

Commit e5203f1

Browse files
committed
fix(docs): identation and allignment
1 parent f4a0ac1 commit e5203f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/matter/ep_temperature_controlled_cabinet.rst

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

55
About
66
-----
@@ -11,8 +11,8 @@ The ``MatterTemperatureControlledCabinet`` class provides a temperature controll
1111

1212
**Features:**
1313
* Two initialization modes:
14-
* **Temperature Number Mode** (``begin(tempSetpoint, minTemp, maxTemp, step)``): Temperature setpoint control with min/max limits and step control (step value can be set in begin() or later)
15-
* **Temperature Level Mode** (``begin(supportedLevels, levelCount, selectedLevel)``): Temperature level control with array of supported levels
14+
* **Temperature Number Mode** (``begin(tempSetpoint, minTemp, maxTemp, step)``): Temperature setpoint control with min/max limits and step control (step value can be set in begin() or later)
15+
* **Temperature Level Mode** (``begin(supportedLevels, levelCount, selectedLevel)``): Temperature level control with array of supported levels
1616
* 1/100th degree Celsius precision (for temperature_number mode)
1717
* Min/max temperature limits with validation (temperature_number mode)
1818
* Temperature step control (temperature_number mode, always enabled)

0 commit comments

Comments
 (0)