Skip to content

Commit 73c9f72

Browse files
SuGliderCopilot
andauthored
fix(matter): improves commentaries
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 59bc50c commit 73c9f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/src/MatterEndpoints/MatterTemperatureControlledCabinet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class MatterTemperatureControlledCabinet : public MatterEndPoint {
7474
// Note: temperature_number and temperature_level are mutually exclusive
7575
bool useTemperatureNumber = true;
7676

77-
// implementation keeps temperature in 1/100th Celsius x 100 (int16_t) normalized value
77+
// temperature in 1/100th Celsius (stored as int16_t by multiplying by 100)
7878
int16_t rawTempSetpoint = 0;
7979
int16_t rawMinTemperature = 0;
8080
int16_t rawMaxTemperature = 0;

0 commit comments

Comments
 (0)