diff --git a/lib/iCloudSound.js b/lib/iCloudSound.js index 0843fca..adf6698 100644 --- a/lib/iCloudSound.js +++ b/lib/iCloudSound.js @@ -41,7 +41,7 @@ class iCloudSound { this.deviceService.getCharacteristic(this.Characteristic.On) .onSet(async (state) => { try{ - this.log("Triggering 'Find My " + $this.deviceName + "'"); + this.log("Triggering 'Find My " + this.deviceName + "'"); this.debugLog(`Calling 'findiPhone(${this.config.username}, *redacted*, ${this.deviceName})`); findiPhone(this.config.username, this.config.password, this.deviceName); } catch(error) {