doc: // export const CONTROL_MODE_EXT_STEP = 0x01; // export const CONTROL_MODE_SEQUENCE = 0x02; reality: export const CONTROL_MODE_EXT_STEP = 0x02; export const CONTROL_MODE_SEQUENCE = 0x01;