Skip to content

Commit b0f3dca

Browse files
committed
move Bosch Contact Button support to Matter Switch
1 parent 737773e commit b0f3dca

File tree

10 files changed

+322
-438
lines changed

10 files changed

+322
-438
lines changed

drivers/SmartThings/matter-sensor/fingerprints.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ matterManufacturer:
1010
vendorId: 0x115F
1111
productId: 0x2003
1212
deviceProfileName: motion-illuminance-battery
13-
#Bosch
14-
- id: 4617/12309
15-
deviceLabel: "Door/window contact II [M]"
16-
vendorId: 0x1209
17-
productId: 0x3015
18-
deviceProfileName: contact-button-battery
1913
#Elko
2014
- id: "5170/4098"
2115
deviceLabel: RFWD-100/MT

drivers/SmartThings/matter-sensor/src/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ local matter_driver_template = {
298298
sub_drivers = {
299299
require("sub_drivers.air_quality_sensor"),
300300
require("sub_drivers.smoke_co_alarm"),
301-
require("sub_drivers.bosch_button_contact")
302301
}
303302
}
304303

drivers/SmartThings/matter-sensor/src/sub_drivers/bosch_button_contact/init.lua

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)