Searched refs:existingDevice (Results 1 – 2 of 2) sorted by relevance
90 const existingDevice = this.devices.find((d) => d.id === id); constant91 if (existingDevice !== undefined) {92 await existingDevice.updateProperties(devJson);
93 const existingDevice = this.devices.find((d) => d.id === serial); constant94 if (existingDevice !== undefined) {95 await existingDevice.updateProperties(devJson);