UNPKG

homebridge-soundtouch-plugins

Version:
8 lines 337 B
"use strict"; 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