Skip to content

Commit

Permalink
Add Nexus key to InputKeyType class
Browse files Browse the repository at this point in the history
  • Loading branch information
hi94740 authored Aug 6, 2024
1 parent 668ca26 commit a6b3a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbox/webapi/api/provider/smartglass/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class InputKeyType(str, Enum):
Down = "Down"
Left = "Left"
Right = "Right"
Nexus = "Nexus"


class GuideTab(str, Enum):
Expand Down

0 comments on commit a6b3a7b

Please sign in to comment.