Skip to content

Commit

Permalink
add laser time
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveicedgreentea committed Feb 17, 2024
1 parent e76a0d6 commit 4ff081c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jvc_projector/jvc_projector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4ff081c

Please sign in to comment.