CEC-5618: add state and timeout toggles (#495)
This commit is contained in:
@@ -13,13 +13,13 @@ import {
|
||||
useVehicleContext
|
||||
} from "../../Contexts/VehicleContext";
|
||||
|
||||
export const DIAGNOSTIC_COMMANDS = [
|
||||
const DIAGNOSTIC_COMMANDS = [
|
||||
{ displayname: "Reset", val: "remote_reset" },
|
||||
{ displayname: "Set CAN Network State", val: "can_network" },
|
||||
{ displayname: "Set Remote Ignition", val: "remote_ignition" },
|
||||
{ displayname: "Send Wake Up SMS", val: "sms" },
|
||||
// { displayname: "Update SecOC keys", val: "write_secoc_key" },
|
||||
{ displayname: "Read ECU versions", val: "read_ecu_versions", allowAll: true },
|
||||
{ displayname: "Read ECU versions", val: "read_ecu_versions" },
|
||||
]
|
||||
|
||||
const SendDiagnosticCommand = ({ vin, token, classes }) => {
|
||||
@@ -195,6 +195,7 @@ export const AllECUsCommand = ({ classes, ecus, currentECU, setCurrentECU }) =>
|
||||
className={classes.formControl}
|
||||
variant="outlined"
|
||||
size="small"
|
||||
margin="normal"
|
||||
>
|
||||
<InputLabel className={classes.whiteBackground}>
|
||||
ECU
|
||||
|
||||
Reference in New Issue
Block a user