Skip to content

Commit b4b7e71

Browse files
committed
RMMINI device support
1 parent 06c42b2 commit b4b7e71

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':
185+
if device.type == 'RM2' or device.type == 'RM4' or device.type == 'RMMINI':
186186
file = dirname + "commands/" + command
187187
handy_file = file + '/' + action
188188

0 commit comments

Comments
 (0)