Skip to content

Commit 0a70f5c

Browse files
authored
New Device (Matter Sensor + Matter Switch) Neo (#1815)
* new-device-neo-motion * Adding door sensor * Adding power plug fingerprint
1 parent 13e330e commit 0a70f5c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

drivers/SmartThings/matter-sensor/fingerprints.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ matterManufacturer:
6969
vendorId: 0x1021
7070
productId: 0x0001
7171
deviceProfileName: motion-contact-battery
72+
# Neo
73+
- id: "4991/1122"
74+
deviceLabel: Door Sensor
75+
vendorId: 0x137F
76+
productId: 0x0462
77+
deviceProfileName: contact-battery
78+
- id: "4991/1123"
79+
deviceLabel: Motion Sensor
80+
vendorId: 0x137F
81+
productId: 0x0463
82+
deviceProfileName: motion-battery
7283
#Tuo
7384
- id: "5150/3"
7485
deviceLabel: "TUO Temperature Sensor"

drivers/SmartThings/matter-switch/fingerprints.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,12 @@ matterManufacturer:
417417
vendorId: 0x115A
418418
productId: 0x004B
419419
deviceProfileName: light-color-level-2700K-6500K
420+
#Neo
421+
- id: "4991/635"
422+
deviceLabel: Power Plug
423+
vendorId: 0x137F
424+
productId: 0x027B
425+
deviceProfileName: plug-binary
420426
#SONOFF
421427
- id: "SONOFF MINIR4M"
422428
deviceLabel: Smart Plug-in Unit

0 commit comments

Comments
 (0)