Add support Xiaomi RA82 (AX3000 INT)

This commit is contained in:
Oleg S
2022-10-17 15:42:02 +03:00
parent 1a99b72b59
commit 94a8b5c54f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ if dn in 'R3600 RA69 RA70 RA72':
import connect3
sys.exit(0)
if dn in 'RB01 RB03 RB06 RB08':
if dn in 'RA80 RA82 RB01 RB03 RB06 RB08':
import connect4
sys.exit(0)