Skip to content

Commit

Permalink
add busy codes
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Sep 5, 2023
1 parent f9efe66 commit 2342f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions epson_projector/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
MEMORY_10 = "MEMORY_10"
SNO = "SNO"
BUSY = 2
BUSY_CODES = [2, "2", "02"]

EPSON_CODES = {"PWR": "01"}

Expand Down
2 changes: 1 addition & 1 deletion epson_projector/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version of Epson projector module."""
__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit 2342f86

Please sign in to comment.