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