File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
examples/all-devices-app/all-devices-common/devices/boolean-state-sensor Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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),
You can’t perform that action at this time.
0 commit comments