Skip to content

Commit 7aeb3c7

Browse files
amasolovcursoragent
andcommitted
Add support for Broadlink RM Max (0xAF8B)
The RM Max is the successor to the RM4 Pro with IR and RF 433MHz capabilities. Map its device type to the rm4pro class. Closes #829 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 730853e commit 7aeb3c7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Python module and CLI for controlling Broadlink devices locally. The following devices are supported:
44

5-
- **Universal remotes**: RM home, RM mini 3, RM plus, RM pro, RM pro+, RM4 mini, RM4 pro, RM4C mini, RM4S, RM4 TV mate
5+
- **Universal remotes**: RM home, RM mini 3, RM plus, RM pro, RM pro+, RM4 mini, RM4 pro, RM4C mini, RM4S, RM4 TV mate, RM Max
66
- **Smart plugs**: SP mini, SP mini 3, SP mini+, SP1, SP2, SP2-BR, SP2-CL, SP2-IN, SP2-UK, SP3, SP3-EU, SP3S-EU, SP3S-US, SP4L-AU, SP4L-EU, SP4L-UK, SP4M, SP4M-US, Ankuoo NEO, Ankuoo NEO PRO, Efergy Ego, BG AHC/U-01
77
- **Switches**: MCB1, SC1, SCB1E, SCB2
88
- **Outlets**: BG 800, BG 900

broadlink/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
0x61A2: ("RM4 pro", "Broadlink"),
147147
0x649B: ("RM4 pro", "Broadlink"),
148148
0x653C: ("RM4 pro", "Broadlink"),
149+
0xAF8B: ("RM Max", "Broadlink"),
149150
},
150151
a1: {
151152
0x2714: ("A1", "Broadlink"),

0 commit comments

Comments
 (0)