File tree 1 file changed +2
-2
lines changed
examples/thermostat/thermostat-common/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ ScopedNodeId GetSourceScopedNodeId(CommandHandler * commandObj)
190
190
* @brief Schedules a timer for the given timeout in milliseconds.
191
191
*
192
192
* @param[in] endpoint The endpoint to use.
193
- * @param[in] timeoutMilliseconds The timeout in milliseconds.
193
+ * @param[in] timeout The timeout in milliseconds.
194
194
*/
195
195
void ThermostatAtomicWriteManager::ScheduleTimer (EndpointId endpoint, System::Clock::Milliseconds16 timeout)
196
196
{
@@ -463,7 +463,7 @@ bool ThermostatAtomicWriteManager::CommitWrite(chip::app::CommandHandler * comma
463
463
if (status == Status::Failure)
464
464
{
465
465
// Either one of the calls to OnPreCommitWrite failed, or one of the calls to OnCommitWrite failed; in the former case,
466
- // discard any pending writes Do the same for the latter, knowing that the server may be in an inconsistent state
466
+ // discard any pending writes. Do the same for the latter, knowing that the server may be in an inconsistent state
467
467
for (auto & attributeStatus : attributeStatuses)
468
468
{
469
469
mDelegate ->OnRollbackWrite (endpoint, attributeStatus.attributeID );
You can’t perform that action at this time.
0 commit comments