@openhps/sphero
Version:
Open Hybrid Positioning System - Sphero component
21 lines • 718 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const types_1 = require("./types");
exports.default = (generator) => {
const encode = generator(types_1.DeviceId.systemInfo);
return {
appVersion: () => encode({
commandId: types_1.SystemInfoCommandIds.mainApplicationVersion
}),
something: () => encode({
commandId: types_1.SystemInfoCommandIds.something
}),
something6: () => encode({
commandId: types_1.SystemInfoCommandIds.something6
}),
something7: () => encode({
commandId: types_1.SystemInfoCommandIds.something7
})
};
};
//# sourceMappingURL=system-info.js.map