Skip to content

Commit af50f13

Browse files
andy31415Copilot
andauthored
Update examples/all-devices-app/all-devices-common/devices/boolean-state-sensor/BooleanStateSensorDevice.h
Co-authored-by: Copilot <[email protected]>
1 parent bfa4f89 commit af50f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/all-devices-app/all-devices-common/devices/boolean-state-sensor/BooleanStateSensorDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class BooleanStateSensorDevice : public SingleEndpointDevice
3232
/// determine the type of sensor it is (contact, water leak, etc.) This is meant to be a reusable
3333
/// class for the sensor types that share the same core functionality through the identify and
3434
/// boolean state clusters. The caller creating a BooleanStateSensorDevice MUST ensure that the underlying
35-
/// data for the Span of deviceTypes remains valid for the entire liefetime of the BooleanStateSensorDevice object instance.
35+
/// data for the Span of deviceTypes remains valid for the entire lifetime of the BooleanStateSensorDevice object instance.
3636
BooleanStateSensorDevice(reporting::ReportScheduler::TimerDelegate * timerDelegate,
3737
Span<const DataModel::DeviceTypeEntry> deviceType) :
3838
SingleEndpointDevice(deviceType),

0 commit comments

Comments
 (0)