From 4ff081c31d1135bd11fe290fd5fe8c09761cba53 Mon Sep 17 00:00:00 2001 From: iloveicedgreentea <31193909+iloveicedgreentea@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:38:07 -0500 Subject: [PATCH] add laser time --- jvc_projector/jvc_projector.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jvc_projector/jvc_projector.py b/jvc_projector/jvc_projector.py index decec32..4203eb3 100644 --- a/jvc_projector/jvc_projector.py +++ b/jvc_projector/jvc_projector.py @@ -77,6 +77,7 @@ class JVCAttributes: # pylint: disable=too-many-instance-attributes eshift: str = "" mask_mode: str = "" software_version: str = "" + laser_time: int = 0 lamp_time: int = 0 diff --git a/setup.py b/setup.py index f61bad6..757c91a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyjvc", - version="1.0.0", + version="4.1.0", author="iloveicedgreentea2", description="A package to control JVC projectors over IP", long_description=long_description,