homebridge-denon-avr-1000
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -23,4 +23,3 @@ "use strict"; | ||
this.state.on = value.valueOf(); | ||
await device.setPower(this.state.on ? 'ON' : 'STANDBY'); | ||
await device.setInput('SAT/CBL'); | ||
device.setPower(this.state.on ? 'ON' : 'STANDBY').then(() => device.setInput('SAT/CBL')); | ||
}) | ||
@@ -27,0 +26,0 @@ .onGet(() => this.state.on); |
@@ -5,3 +5,3 @@ { | ||
"name": "homebridge-denon-avr-1000", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Free the full potential of your denon AVR with HomeKit and Homebridge", | ||
@@ -8,0 +8,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32647
144