-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds new colors, fingerprints, labels.
- Loading branch information
Showing
15 changed files
with
230 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
export const INSTALL = 'openpilot/INSTALL' | ||
export const INSTALL_SUCCESS = 'openpilot/INSTALL_SUCCESS' | ||
export const INSTALL_FAIL = 'openpilot/INSTALL_FAIL' | ||
export const UNINSTALL = 'openpilot/UNINSTALL' | ||
export const UNINSTALL_SUCCESS = 'openpilot/UNINSTALL_SUCCESS' | ||
export const UNINSTALL_FAIL = 'openpilot/UNINSTALL_FAIL' | ||
export const INSTALL = 'eon/INSTALL' | ||
export const INSTALL_SUCCESS = 'eon/INSTALL_SUCCESS' | ||
export const INSTALL_FAIL = 'eon/INSTALL_FAIL' | ||
export const UNINSTALL = 'eon/UNINSTALL' | ||
export const UNINSTALL_SUCCESS = 'eon/UNINSTALL_SUCCESS' | ||
export const UNINSTALL_FAIL = 'eon/UNINSTALL_FAIL' | ||
|
||
export const EON_STATE = 'eon/EON_STATE' | ||
export const EON_STATE_OPEN = 'eon/EON_STATE_OPEN' | ||
export const EON_STATE_CLOSE = 'eon/EON_STATE_CLOSE' | ||
export const EON_STATE_RESPONSE = 'eon/EON_STATE_RESPONSE' | ||
export const EON_STATE_FAIL = 'eon/EON_STATE_FAIL' | ||
|
||
export const EON_STATE = 'openpilot/EON_STATE' | ||
export const EON_STATE_OPEN = 'openpilot/EON_STATE_OPEN' | ||
export const EON_STATE_CLOSE = 'openpilot/EON_STATE_CLOSE' | ||
export const EON_STATE_RESPONSE = 'openpilot/EON_STATE_RESPONSE' | ||
export const EON_STATE_FAIL = 'openpilot/EON_STATE_FAIL' | ||
|
||
export const FETCH_PID = 'openpilot/FETCH_PID' | ||
export const FETCH_PID_SUCCESS = 'openpilot/FETCH_PID_SUCCESS' | ||
export const FETCH_PID_FAIL = 'openpilot/FETCH_PID_FAIL' | ||
export const GET_FINGERPRINT = 'eon/GET_FINGERPRINT' | ||
export const GET_FINGERPRINT_OPEN = 'eon/GET_FINGERPRINT_OPEN' | ||
export const GET_FINGERPRINT_CLOSE = 'eon/GET_FINGERPRINT_CLOSE' | ||
export const GET_FINGERPRINT_RESPONSE = 'eon/GET_FINGERPRINT_RESPONSE' | ||
export const GET_FINGERPRINT_FAIL = 'eon/GET_FINGERPRINT_FAIL' |
Oops, something went wrong.