Skip to content

Releases: mwittig/pimatic-denon-avr

20170420, V0.9.8

20 Apr 12:54
Compare
Choose a tag to compare
  • Dependency updates

20170331, V0.9.7

04 Apr 10:52
Compare
Choose a tag to compare
  • 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

04 Apr 10:51
Compare
Choose a tag to compare
  • 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

04 Apr 10:50
Compare
Choose a tag to compare
  • Added action to select the input source as part of rules

20170210, V0.9.4

04 Apr 10:48
Compare
Choose a tag to compare
  • Changed behavior of master volume to avoid video disruption, issue #16
  • Improved Error Handling, issue #17

20161020, V0.9.3

03 Apr 14:48
Compare
Choose a tag to compare
  • Dependency updates

20161020, V0.9.2

04 Apr 10:48
Compare
Choose a tag to compare

20161001, V0.9.1

03 Apr 09:47
Compare
Choose a tag to compare
  • 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

03 Apr 09:45
Compare
Choose a tag to compare
  • 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

19 Apr 23:39
Compare
Choose a tag to compare
  • Added call super() on destroy()