[xqmodel] Add support Xiaomi BE6500 (RN02)

This commit is contained in:
remittor
2024-10-08 19:48:10 +03:00
parent 0a6b57c637
commit b17d9b1c19
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ dn = gw.device_name
# sys.exit(0)
#if dn in 'RD01 RD02 RD03 CR8818 RD04 RD05 RD06 CR8816 CR8819 RD08 ':
if dn.startswith('RD') or dn.startswith('BE') or dn.startswith('CR88') or dn == 'RA80V2':
if dn[:2] in ['RD','BE','RN'] or dn.startswith('CR88') or dn == 'RA80V2':
import connect6
sys.exit(0)