Releases: mwittig/pimatic-denon-avr
Releases · mwittig/pimatic-denon-avr
20170420, V0.9.8
20170331, V0.9.7
- Changed the minimum interval time for status updates from 10 to 2 seconds
- Added coffeelint style checker to build process
- Coding style fixes
- Revised README
20170307, V0.9.6
- Added "xAttributeOptions" to config schema for DenonAvrPresenceSensor, DenonAvrMasterVolume,
and DenonAvrZoneVolume - Revised README, documented the relevant predicates and actions available for each device type
20170225, V0.9.5
- Added action to select the input source as part of rules
20170210, V0.9.4
20161020, V0.9.3
- Dependency updates
20161020, V0.9.2
- Updated to [email protected]
- Revised README
20161001, V0.9.1
- Added HTTP transport which can be used with '11, '12, '13, and X series AVR and newer models released since 2014
- Improved volume control mapping between absolute, dB, and slider levels
- Added support for undocumented MVMAX (telnet transport, only)
- Added proper removal of event listeners to device destroy() methods to avoid potential resource leak
20160714, V0.9.0
- Dependency Update for pimatic-plugin-commons which corrects handling of continuous attribute values
- Removed dependency on bluebird as pimatic 0.9 supports bluebird v3.x
- Reversed order of release history
- Removed Travis build for node.js 0.10
20160419, V0.8.9
- Added call super() on destroy()