We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc3d7a2 + 8d9cafe commit 38ba04cCopy full SHA for 38ba04c
2 files changed
plugin/controllers/models/owibranding.py
@@ -561,6 +561,9 @@ def getAllInfo():
561
model = "SF8008 4K Single"
562
else:
563
model = procmodel.upper()
564
+ elif procmodel == "sx88v2":
565
+ brand = "Octagon"
566
+ model = "SX888 4K UHD"
567
elif procmodel == "e4hd":
568
brand = "Axas"
569
model = "E4HD"
@@ -794,7 +797,7 @@ def getAllInfo():
794
797
remote = "amiko1"
795
798
elif procmodel == "viperslim":
796
799
remote = "viperslim"
- elif procmodel.startswith("sfx"):
800
+ elif procmodel.startswith("sfx") or procmodel.startswith("sx"):
801
remote = "octagon3"
802
elif procmodel.startswith("sf"):
803
remote = "octagon"
plugin/public/images/boxes/sx88v2.png
23.7 KB
0 commit comments