From a6b3a7b9c3096deeb772b7335f67c06d4fe5eb49 Mon Sep 17 00:00:00 2001 From: hi94740 Date: Tue, 6 Aug 2024 16:49:30 +0800 Subject: [PATCH] Add Nexus key to InputKeyType class --- xbox/webapi/api/provider/smartglass/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xbox/webapi/api/provider/smartglass/models.py b/xbox/webapi/api/provider/smartglass/models.py index 1565aec..caf126a 100644 --- a/xbox/webapi/api/provider/smartglass/models.py +++ b/xbox/webapi/api/provider/smartglass/models.py @@ -180,6 +180,7 @@ class InputKeyType(str, Enum): Down = "Down" Left = "Left" Right = "Right" + Nexus = "Nexus" class GuideTab(str, Enum):