timeline-state-resolver
Version:
Have timeline, control stuff
10 lines • 391 B
TypeScript
/// <reference types="node" />
import { ViscaCommand } from '../abstractCommand';
import { PresetOperation } from '../../enums';
export declare class PresetCommand extends ViscaCommand {
private readonly operation;
private readonly memoryNumber;
constructor(operation: PresetOperation, memoryNumber: number);
serialize(): Buffer;
}
//# sourceMappingURL=presetCommand.d.ts.map