Skip to content

Commit 9e57f74

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/matter/ep_temperature_controlled_cabinet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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)
14+
* **Temperature Number Mode** (``begin(tempSetpoint, minTemp, maxTemp, step)``): Temperature setpoint control with min/max limits and step control
1515
* **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)

0 commit comments

Comments
 (0)