api/parameters/Button: add bluetooth button

This commit is contained in:
Laurens Valk
2020-12-30 12:36:37 +01:00
parent 352bff564c
commit 08c55218fa
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -153,6 +153,7 @@ class Button(_PybricksEnum):
BEACON = 8
RIGHT_UP = 9
RIGHT_PLUS = 9
BLUETOOTH = 9
class Axis(_PybricksEnum):
+1
View File
@@ -50,6 +50,7 @@ class Button:
BEACON: Button
RIGHT_UP: Button
RIGHT_PLUS: Button
BLUETOOTH: Button
class Axis:
X: Axis