We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9efe66 commit 2342f86Copy full SHA for 2342f86
epson_projector/const.py
@@ -59,6 +59,7 @@
59
MEMORY_10 = "MEMORY_10"
60
SNO = "SNO"
61
BUSY = 2
62
+BUSY_CODES = [2, "2", "02"]
63
64
EPSON_CODES = {"PWR": "01"}
65
epson_projector/version.py
@@ -1,2 +1,2 @@
1
"""Version of Epson projector module."""
2
-__version__ = "0.5.0"
+__version__ = "0.5.1"
0 commit comments