Skip to content

Commit e98487e

Browse files
lbouesilabs-bozont
authored andcommitted
Update comments from 'Temperature sensor' to 'Thermostat'
1 parent 3e9897b commit e98487e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libraries/Matter/src/MatterThermostat.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ constexpr CommandId thermostatIncomingCommands[] = {
3838
kInvalidCommandId,
3939
};
4040

41-
// Temperature sensor cluster attributes
41+
// Thermostat cluster attributes
4242
DECLARE_DYNAMIC_ATTRIBUTE_LIST_BEGIN(thermostatAttrs)
4343
DECLARE_DYNAMIC_ATTRIBUTE(Thermostat::Attributes::LocalTemperature::Id, INT16S, 2, 0), /* Local Temperature */
4444
DECLARE_DYNAMIC_ATTRIBUTE(Thermostat::Attributes::ControlSequenceOfOperation::Id, INT8U, 1, 0), /* Control Sequence Of Operation */
@@ -51,7 +51,7 @@ DECLARE_DYNAMIC_ATTRIBUTE(Thermostat::Attributes::MaxHeatSetpointLimit::Id, INT1
5151
DECLARE_DYNAMIC_ATTRIBUTE(Thermostat::Attributes::FeatureMap::Id, BITMAP32, 4, 0), /* FeatureMap */
5252
DECLARE_DYNAMIC_ATTRIBUTE_LIST_END(); /* ClusterRevision auto added by LIST_END */
5353

54-
// Temperature sensor cluster list
54+
// Thermostat cluster list
5555
DECLARE_DYNAMIC_CLUSTER_LIST_BEGIN(thermostatEndpointClusters)
5656
DECLARE_DYNAMIC_CLUSTER(Thermostat::Id, thermostatAttrs, ZAP_CLUSTER_MASK(SERVER), thermostatIncomingCommands, nullptr),
5757
DECLARE_DYNAMIC_CLUSTER(Descriptor::Id, descriptorAttrs, ZAP_CLUSTER_MASK(SERVER), nullptr, nullptr),

0 commit comments

Comments
 (0)