UNPKG

@nodemate/sphero

Version:

Control Sphero Robot using NodeMate

12 lines (11 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const types_1 = require("./types"); exports.default = (generator) => { const encode = generator(types_1.DeviceId.somethingAPI); return { something5: () => encode({ commandId: types_1.SomethingApi.something5 }) }; };