Skip to content

Commit 2342f86

Browse files
committed
add busy codes
1 parent f9efe66 commit 2342f86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

epson_projector/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
MEMORY_10 = "MEMORY_10"
6060
SNO = "SNO"
6161
BUSY = 2
62+
BUSY_CODES = [2, "2", "02"]
6263

6364
EPSON_CODES = {"PWR": "01"}
6465

epson_projector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version of Epson projector module."""
2-
__version__ = "0.5.0"
2+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)