Skip to content

Commit

Permalink
Add Zgemma H17 STB
Browse files Browse the repository at this point in the history
  • Loading branch information
technl committed Oct 21, 2024
1 parent f7eb5f6 commit 95144c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin/controllers/models/owibranding.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,10 @@ def getAllInfo():
brand = "Zgemma"
model = "H11.S"
grabpip = 1
elif procmodel == "h17":
brand = "Zgemma"
model = "H17Combo"
grabpip = 1
elif procmodel == "vs1500":
brand = "Vimastec"
model = "vs1500"
Expand Down Expand Up @@ -804,7 +808,7 @@ def getAllInfo():
remote = "dual"
elif procmodel in ("sh1", "lc"):
remote = "sh1"
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"):
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", "h17"):
remote = "h3"
elif procmodel == "i55":
remote = "i55"
Expand Down
Binary file added plugin/public/images/boxes/h17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95144c3

Please sign in to comment.