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

[Aqara] Aqara Motion Sensor P1 #1014

Merged
merged 2 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions drivers/SmartThings/zigbee-motion-sensor/fingerprints.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
zigbeeManufacturer:
- id: "LUMI/lumi.motion.ac02"
deviceLabel: Aqara Motion Sensor P1
manufacturer: LUMI
model: lumi.motion.ac02
deviceProfileName: motion-illuminance-battery-aqara
- id: "LUMI/lumi.motion.agl02"
deviceLabel: Aqara Motion Sensor T1
manufacturer: LUMI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ local FREQUENCY_ATTRIBUTE_ID = 0x0102
local MOTION_DETECTED_UINT32 = 65536

local FINGERPRINTS = {
{ mfr = "LUMI", model = "lumi.motion.ac02" },
{ mfr = "LUMI", model = "lumi.motion.agl02" },
{ mfr = "LUMI", model = "lumi.motion.agl04" }
}
Expand Down
Loading