Skip to content

Commit 6f4e0b6

Browse files
committed
Tweak Zgemma H9S SE
root@h9se:~# cat /proc/stb/info/model h9se
1 parent 9f1aef9 commit 6f4e0b6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

plugin/controllers/models/owibranding.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@ def getAllInfo():
490490
brand = "Zgemma"
491491
model = "H9.S SE"
492492
grabpip = 1
493+
elif procmodel == "h9se":
494+
brand = "Zgemma"
495+
model = "H9S SE"
496+
grabpip = 1
493497
elif procmodel == "h9.2s.se":
494498
brand = "Zgemma"
495499
model = "H9.2S SE"
@@ -780,7 +784,7 @@ def getAllInfo():
780784
remote = "dual"
781785
elif procmodel in ("sh1", "lc"):
782786
remote = "sh1"
783-
elif procmodel in ("hzero", "h3", "h4", "h5", "h6", "h7", "h8", "h9", "i55plus", "h8.2h", "h9.s", "h9.t", "h9.2h", "h9.2s", "h9combo", "h9combose", "h9twin", "h9twinse", "h9.s.se", "h9.2s.se", "h9.2h.se", "h10.t", "h10.2s", "h10.2h", "h11", "h11.s"):
787+
elif procmodel in ("hzero", "h3", "h4", "h5", "h6", "h7", "h8", "h9", "i55plus", "h8.2h", "h9.s", "h9.t", "h9.2h", "h9.2s", "h9combo", "h9combose", "h9twin", "h9twinse", "h9.s.se", "h9se","h9.2s.se", "h9.2h.se", "h10.t", "h10.2s", "h10.2h", "h11", "h11.s"):
784788
remote = "h3"
785789
elif procmodel == "i55":
786790
remote = "i55"
@@ -973,4 +977,4 @@ def getGrabPip():
973977

974978
class rc_model:
975979
def getRcFolder(self):
976-
return STATIC_INFO_DIC['remote']
980+
return STATIC_INFO_DIC['remote']
22.1 KB
Loading

0 commit comments

Comments
 (0)