Skip to content

Commit

Permalink
fix: Fix 3RSNL02043Z occupancy report (#7521)
Browse files Browse the repository at this point in the history
Co-authored-by: le.liu <le.liu@thirdreality.ai>
  • Loading branch information
llhappier and le.liu committed May 14, 2024
1 parent c7e6706 commit dbd93c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/third_reality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const fzLocal = {
},
} satisfies Fz.Converter,
thirdreality_private_motion_sensor: {
cluster: 'manuSpecificUbisysDeviceSetup',
cluster: 'manuSpecificAssaDoorLock',
// This cluster ID is 0xFC00. Temporarily modify like this
type: 'attributeReport',
convert: (model, msg, publish, options, meta) => {
const zoneStatus = msg.data[2];
Expand Down

0 comments on commit dbd93c6

Please sign in to comment.