@openhps/sphero
Version:
Open Hybrid Positioning System - Sphero component
11 lines (10 loc) • 375 B
TypeScript
import { CommandGenerator, ICommandWithRaw } from './types';
declare const _default: (generator: CommandGenerator) => {
batteryVoltage: () => ICommandWithRaw;
sleep: () => ICommandWithRaw;
something2: () => ICommandWithRaw;
something3: () => ICommandWithRaw;
something4: () => ICommandWithRaw;
wake: () => ICommandWithRaw;
};
export default _default;