Skip to content

Commit 1fc1841

Browse files
committed
RM4 device support
1 parent c808edb commit 1fc1841

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MQTT client to control BroadLink devices
22

33
## Supported devices
4-
* [**RM Pro / RM2 / RM3 mini**](#rm2rm3) IR/RF controllers (device_type = 'rm')
4+
* [**RM Pro / RM2 / RM3 mini / RM4**](#rm2rm3rm4) IR/RF controllers (device_type = 'rm' or 'rm4')
55
* [**SP1/SP2**](#sp1sp2) smart plugs (device_type = 'sp1' or 'sp2')
66
* [**A1**](#a1) sensor (device_type = 'a1')
77
* [**MP1**](#mp1) power strip (device_type = 'mp1')
@@ -40,7 +40,7 @@ Format supports next placeholders:
4040
## Start
4141
Just start `mqtt.py` script using Python interpreter
4242

43-
# RM2/RM3
43+
# RM2/RM3/RM4
4444
### MQTT commands to control IR/RF
4545
#### Recording (IR or RF)
4646
To record new command just send `record` message for IR command or `recordrf` for RF command to the topic `broadlink/COMMAND_ID`,
@@ -82,7 +82,7 @@ Macros scenario file could contain:
8282
- pause instructions (`pause DELAY_IN_MILLISECONDS`)
8383
- comments (lines started with `#`)
8484

85-
### Subscription to current temperature (RM2 device)
85+
### Subscription to current temperature (RM2/RM4 devices)
8686
Need to set `broadlink_rm_temperature_interval` configuration parameter to a number of seconds between periodic updates.
8787
E.g.
8888
`broadlink_rm_temperature_interval`=120

0 commit comments

Comments
 (0)