homebridge-denon-avr-1000
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -26,3 +26,3 @@ "use strict"; | ||
discoverDevices() { | ||
const device = { id: '1', name: 'Denon', host: '192.168.0.137' }; | ||
const device = { id: '192.168.0.137', name: 'Denon', host: '192.168.0.137' }; | ||
const uuid = this.api.hap.uuid.generate(device.id); | ||
@@ -29,0 +29,0 @@ const existingAccessory = this.accessories.find(accessory => accessory.UUID === uuid); |
@@ -5,3 +5,3 @@ { | ||
"name": "homebridge-denon-avr-1000", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32794