Skip to content

Commit 38ba04c

Browse files
authored
Merge pull request #1602 from ims21/master
added Octagon SX888 4K UHF
2 parents cc3d7a2 + 8d9cafe commit 38ba04c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

plugin/controllers/models/owibranding.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,9 @@ def getAllInfo():
561561
model = "SF8008 4K Single"
562562
else:
563563
model = procmodel.upper()
564+
elif procmodel == "sx88v2":
565+
brand = "Octagon"
566+
model = "SX888 4K UHD"
564567
elif procmodel == "e4hd":
565568
brand = "Axas"
566569
model = "E4HD"
@@ -794,7 +797,7 @@ def getAllInfo():
794797
remote = "amiko1"
795798
elif procmodel == "viperslim":
796799
remote = "viperslim"
797-
elif procmodel.startswith("sfx"):
800+
elif procmodel.startswith("sfx") or procmodel.startswith("sx"):
798801
remote = "octagon3"
799802
elif procmodel.startswith("sf"):
800803
remote = "octagon"
23.7 KB
Loading

0 commit comments

Comments
 (0)