Skip to content

Releases: bezmi/jvc_projector

v0.2.3

25 Jan 02:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2.post1

02 Dec 09:37
Compare
Choose a tag to compare
  • added get_mac and get_model functions
  • removed validate_connection from __init__
  • removed the check for power_state in the command method to avoid too much polling form causing a disconnect

0.2.1

04 Nov 07:06
e420671
Compare
Choose a tag to compare

New Features

  • Added more lens memories.
  • Added picture modes, lamp 'mid' power, 'd' anamorphic mode for NZ series.

Fixes

  • When reading a property, if the projector returns a value which does not correspond to one in our tables, log a warning and return the raw ascii code instead of a KeyError.
  • On init, try to validate the connection via the nullcmd. If no response from projector after max_retries, then log a warning, but don't abort initialisation, as the projector may become available later (could be powered off at wall).

v0.2.0 Alpha 2

17 Jul 15:13
Compare
Choose a tag to compare
v0.2.0 Alpha 2 Pre-release
Pre-release

This is a major overhaul of the library, with improved handling of commands and more robust error checking. Please see the README for detailed documentation.

v0.1.1.post1

04 Jun 03:43
Compare
Choose a tag to compare
  • Revert "Fix issue where is_on() is returning False for all projector states."

Add support for newer models with network password

31 May 03:58
c25a1e3
Compare
Choose a tag to compare

What's Changed

  • Fix is_on() method by @jaysoffian in #10
  • Add support for setting Network Password by @alterbridge86 in #13
  • Fix issue where is_on() is returning False for all projector states. by @cbevard1 in #12

v0.1.0

10 Dec 02:03
Compare
Choose a tag to compare

Added mask, lamp, menu, aperture and anamorphic commands

v0.0.4

05 Jul 03:17
4af4e4a
Compare
Choose a tag to compare

Low latency mode added

0.0.2

08 Oct 03:05
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • Added picture mode commands