Skip to content

Commit d0da934

Browse files
authored
Add RM4MINI compatibility
1 parent b4b7e71 commit d0da934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def on_message(client, device, msg):
182182
return
183183

184184
# RM2/RM4 record/replay control
185-
if device.type == 'RM2' or device.type == 'RM4' or device.type == 'RMMINI':
185+
if device.type == 'RM2' or device.type == 'RM4' or device.type == 'RMMINI' or device.type == 'RM4MINI':
186186
file = dirname + "commands/" + command
187187
handy_file = file + '/' + action
188188

0 commit comments

Comments
 (0)