timeline-state-resolver
Version:
Have timeline, control stuff
11 lines • 467 B
TypeScript
/// <reference types="node" />
import { ViscaCommand } from '../abstractCommand';
export declare class PanTiltDriveAbsoluteCommand extends ViscaCommand {
private readonly panPosition;
private readonly tiltPosition;
private readonly panSpeed;
private readonly tiltSpeed;
constructor(panPosition: number, tiltPosition: number, panSpeed: number, tiltSpeed: number);
serialize(): Buffer;
}
//# sourceMappingURL=panTiltDriveAbsoluteCommand.d.ts.map