homebridge-soundtouch-platform
Version:
Homebridge SoundTouch platform
8 lines • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.apiNotFoundWithName = void 0;
function apiNotFoundWithName(name) {
return new Error("Can't find device using the name '" + name + "' on your network");
}
exports.apiNotFoundWithName = apiNotFoundWithName;
//# sourceMappingURL=errors.js.map