heos-api
Version:
🎵 A zero-dependency low level api-wrapper for communicating with HEOS devices 🎵
9 lines • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var discover_1 = require("./connection/discover");
exports.discoverDevices = discover_1.discoverDevices;
exports.discoverOneDevice = discover_1.discoverOneDevice;
exports.discoverAndConnect = discover_1.discoverAndConnect;
var connect_1 = require("./connection/connect");
exports.connect = connect_1.connect;
//# sourceMappingURL=heos-api.js.map