Skip to content

Commit efee803

Browse files
fix: Third Reality 3RSMR01067Z: expose occupancy (#8925)
Co-authored-by: jintj <[email protected]>
1 parent 8a206dc commit efee803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devices/third_reality.ts

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export const definitions: DefinitionWithExtend[] = [
154154
description: "Smart motion sensor R1",
155155
ota: true,
156156
extend: [
157+
m.iasZoneAlarm({zoneType: "occupancy", zoneAttributes: ["alarm_1"]}),
157158
m.battery(),
158159
m.deviceAddCustomCluster("3rRadarSpecialCluster", {
159160
ID: 0xff01,

0 commit comments

Comments
 (0)