Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update 3RSMR01067Z #8925

Merged
merged 6 commits into from
Mar 17, 2025
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/devices/third_reality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ export const definitions: DefinitionWithExtend[] = [
model: "3RSMR01067Z",
vendor: "Third Reality",
description: "Smart motion sensor R1",
fromZigbee: [fz.ias_occupancy_alarm_1],
ota: true,
exposes: [e.occupancy()],
extend: [
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try with this in extend instead: m.iasZoneAlarm({zoneType: "occupancy", zoneAttributes: ["alarm_1"]})

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok,it has already been modified

m.battery(),
m.deviceAddCustomCluster("3rRadarSpecialCluster", {
Expand Down