@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
13 lines (12 loc) • 399 B
TypeScript
export declare const RGB_STATUS: {
readonly SHOWING_COLOR: "Showing Color";
readonly NOT_CONFIGURED: "Not Configured";
readonly CONFIGURING_RGB: "Configuring RGB";
readonly SHOWING_EFFECT: "Showing Effect";
readonly UNKNOWN: "Unknown";
readonly ERROR: "Error";
};
export declare const RGB_ACTION_COMMANDS: {
readonly EXEC: "Exec";
readonly CONFIGURE: "Configure";
};