File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
4141Just 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)
4646To 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 )
8686Need to set ` broadlink_rm_temperature_interval ` configuration parameter to a number of seconds between periodic updates.
8787E.g.
8888` broadlink_rm_temperature_interval ` =120
You can’t perform that action at this time.
0 commit comments