@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
10 lines (8 loc) • 540 B
TypeScript
type GOPRO_PROTUNE_WHITE_BALANCE = 0 | 1 | 2 | 3 | 4;
declare const GOPRO_PROTUNE_WHITE_BALANCE_AUTO: 0;
declare const GOPRO_PROTUNE_WHITE_BALANCE_3000K: 1;
declare const GOPRO_PROTUNE_WHITE_BALANCE_5500K: 2;
declare const GOPRO_PROTUNE_WHITE_BALANCE_6500K: 3;
declare const GOPRO_PROTUNE_WHITE_BALANCE_RAW: 4;
export { GOPRO_PROTUNE_WHITE_BALANCE_3000K, GOPRO_PROTUNE_WHITE_BALANCE_5500K, GOPRO_PROTUNE_WHITE_BALANCE_6500K, GOPRO_PROTUNE_WHITE_BALANCE_AUTO, GOPRO_PROTUNE_WHITE_BALANCE_RAW };
export type { GOPRO_PROTUNE_WHITE_BALANCE };