Skip to content

Commit

Permalink
DDF for Bosch Light/shutter control II (#7683)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwoopX authored Apr 3, 2024
1 parent c09be1e commit ac793fb
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 0 deletions.
15 changes: 15 additions & 0 deletions button_maps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,21 @@
[1, "0x15", "WINDOW_COVERING", "CLOSE", "0", "S_BUTTON_2", "S_BUTTON_ACTION_SHORT_RELEASED", "Close"],
[1, "0x15", "WINDOW_COVERING", "STOP", "1", "S_BUTTON_2", "S_BUTTON_ACTION_LONG_RELEASED", "Stop"]
]
},
"boschLightControl2Map": {
"vendor": "Bosch",
"doc": "Light/shutter control II (BMCT-SLZ)",
"modelids": ["RBSH-MMS-ZB-EU"],
"buttons": [
{"S_BUTTON_1": "Left"},
{"S_BUTTON_2": "Right"}
],
"map": [
[1, "0x02", "ONOFF", "ON", "0", "S_BUTTON_1", "S_BUTTON_ACTION_SHORT_RELEASED", "On"],
[1, "0x02", "ONOFF", "OFF", "0", "S_BUTTON_1", "S_BUTTON_ACTION_SHORT_RELEASED", "Off"],
[1, "0x03", "ONOFF", "ON", "0", "S_BUTTON_2", "S_BUTTON_ACTION_SHORT_RELEASED", "On"],
[1, "0x03", "ONOFF", "OFF", "0", "S_BUTTON_2", "S_BUTTON_ACTION_SHORT_RELEASED", "Off"]
]
}
}
}
Loading

0 comments on commit ac793fb

Please sign in to comment.