We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6898085 commit 0d449f8Copy full SHA for 0d449f8
src/devices/third_reality.ts
@@ -152,10 +152,9 @@ export const definitions: DefinitionWithExtend[] = [
152
model: "3RSMR01067Z",
153
vendor: "Third Reality",
154
description: "Smart motion sensor R1",
155
- fromZigbee: [fz.ias_occupancy_alarm_1],
156
ota: true,
157
- exposes: [e.occupancy()],
158
extend: [
+ m.iasZoneAlarm({zoneType: "occupancy", zoneAttributes: ["alarm_1"]}),
159
m.battery(),
160
m.deviceAddCustomCluster("3rRadarSpecialCluster", {
161
ID: 0xff01,
0 commit comments