Skip to content

Commit 0d449f8

Browse files
committed
update
1 parent 6898085 commit 0d449f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/devices/third_reality.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,9 @@ export const definitions: DefinitionWithExtend[] = [
152152
model: "3RSMR01067Z",
153153
vendor: "Third Reality",
154154
description: "Smart motion sensor R1",
155-
fromZigbee: [fz.ias_occupancy_alarm_1],
156155
ota: true,
157-
exposes: [e.occupancy()],
158156
extend: [
157+
m.iasZoneAlarm({zoneType: "occupancy", zoneAttributes: ["alarm_1"]}),
159158
m.battery(),
160159
m.deviceAddCustomCluster("3rRadarSpecialCluster", {
161160
ID: 0xff01,

0 commit comments

Comments
 (0)