Commit Graph

17 Commits

Author SHA1 Message Date
Tristan Timblin
ea5d9db790 CEC-5618: add state and timeout toggles (#495) 2024-01-18 13:25:41 -08:00
Tristan Timblin
5d9b6f0537 CEC-5618: add all diagnostic commands and resolve node 16 error (#494) 2024-01-12 14:22:04 -08:00
Eduard Voronkin
1304dff9c6 CEC-5185 hide SecOC command. 2024-01-11 10:18:55 -08:00
Eduard Voronkin
f388a205fc CEC-5185 add 'write_secoc' diagnostic command. (#492) 2024-01-03 17:40:18 -08:00
Eduard Voronkin
94ba59ea77 CEC-5420 add wildcard ECU for triggering reading off all ECUs. (#483) 2023-11-13 12:07:29 -08:00
Tristan Timblin
6af4b5a10b CEC-5240: add Remote Command and Remote Reset as bulk-actions (#471)
* add new bulk actions

* move async down scope

* run

* call func

* update error message
2023-10-23 13:08:08 -07:00
Eduard Voronkin
7d2e335a76 CEC-5212 add 'read_ecu_versions' remote command. (#464)
* CEC-5212 add 'read_ecu_versions' remote command.

* try to reduce smells.

* props smells

* one more smells
2023-10-10 10:39:25 -07:00
Eduard Voronkin
2dd2dfc932 CEC-4702 pass token for SMS call. (#419) 2023-08-17 15:08:28 -07:00
Eduard Voronkin
efc2083a64 CEC-4702 can net rem diag cmd (#415)
* CEC-4702 support for 'can_network' remote diagnostic command.

allow to send diag request to dev T.Rexes (0.0.0).

* remove logs

* CEC-4702 'can_network' and 'remote_ignition' remote commands

* sms

* small fix

* remove console.log().

* split components

* change order
2023-08-17 14:29:36 -07:00
Eduard Voronkin
56dd4a0c8f CEC-4809 allow Remote Diagnostic for "dev" T.Rexes. (#405) 2023-07-28 10:45:31 -07:00
Eduard Voronkin
28fe37712f CEC-4781 fix duplicate ECUs (correct way) (#403) 2023-07-27 12:06:52 -07:00
Eduard Voronkin
242df54ee4 CEC-4781 remove duplicates from Remote Reset dropdown. (#398)
* CEC-4781 remove duplicates from Remote Reset dropdown.

* fix
2023-07-25 10:40:35 -07:00
Eduard Voronkin
db88d5eba1 CEC-4660 set default value (#387)
* CEC-4660 set default value

* remove log
2023-07-06 11:14:51 -07:00
Eduard Voronkin
9b2fdc5976 CEC-4660 support ECU reset for all the ECUs (#381)
* CEC-4660 support ECU reset for all the ECUs

Dynamically request ECU list to display on "Remote Diagnostic Commands" tab.

* dropdown

* rename

* fix semver

* update semver
2023-07-05 17:35:07 -07:00
Eduard Voronkin
12bf0be05d CEC-4517 validate T.Rex version (#375)
* CEC-4517 validate T.Rex version

* suggestion + proper semver compare

* use semver-compare package

* use optional chaining
2023-06-26 13:18:02 -07:00
Eduard Voronkin
ff7b7abadf CEC-4517 Diagnostic Command hot fix (#373)
* CEC-4517 Diagnostic Command hot fix

Fix null access.

* disable if no car state
2023-06-23 12:51:38 -07:00
Eduard Voronkin
fc7c1ea514 CEC-4517 reset TBOX remote command (#369)
* CEC-4517 Diagnostic Commands tab

* snapshot
2023-06-23 12:38:09 -07:00