Releases: bezmi/jvc_projector
Releases · bezmi/jvc_projector
v0.2.3
What's Changed
- update readme by @piejanssens in #20
- fixed python 3.8 compatibility
New Contributors
- @piejanssens made their first contribution in #20
Full Changelog: v0.2.2...v0.2.3
v0.2.2.post1
- added
get_mac
andget_model
functions - removed
validate_connection
from__init__
- removed the check for
power_state
in thecommand
method to avoid too much polling form causing a disconnect
0.2.1
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 aftermax_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
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
- Revert "Fix issue where is_on() is returning False for all projector states."
Add support for newer models with network password
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