Skip to content

Commit

Permalink
Add H17Combo box
Browse files Browse the repository at this point in the history
  • Loading branch information
technl committed Oct 9, 2024
1 parent 37b1b24 commit ec6f584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions plugin/controllers/models/owibranding.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,11 @@ def getAllInfo():
brand = "Zgemma"
model = "H11.S"
grabpip = 1
elif procmodel == "vs1500":
elif procmodel == "h17":
brand = "Zgemma"
model = "H17Combo"
grabpip = 1
elif procmodel == "vs1500":
brand = "Vimastec"
model = "vs1500"
grabpip = 1
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 ec6f584

Please sign in to comment.