UNPKG

homebridge-soundtouch-platform

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