export const STEERING_WHEEL_ACTION_COMMAND = {
  TURN_LED_ON: 'TurnLedOn',
  TURN_LED_OFF: 'TurnLedOff',
} as const;
