Skip to content

Commit

Permalink
Changed to "Go" in ButtonPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 authored and GDYendell committed Feb 20, 2024
1 parent d2014e4 commit 02ba3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/pvi.device.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"type": "string"
},
"default": {
"go": "1"
"Go": "1"
},
"description": "PV poker buttons",
"title": "Actions",
Expand Down
2 changes: 1 addition & 1 deletion src/pvi/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class ButtonPanel(WriteWidget):
"""

actions: Dict[str, str] = Field(default={"go": "1"}, description="PV poker buttons")
actions: Dict[str, str] = Field(default={"Go": "1"}, description="PV poker buttons")


class TextWrite(WriteWidget):
Expand Down

0 comments on commit 02ba3dd

Please sign in to comment.