jumpjack
jumpjack

I can see the code here: https://github.com/slajerek/RetroDebugger/blob/4d8f80e66f9946503dde0e6106975ec5d2405c7f/src/Views/CViewDataDump.cpp#L1435 But how do I select a range? I also can see the code for CTRL+SHIFT+C and CTRL+SHIFT+V ("alternative" copy and paste), but if...
Any news on this? Copying/pasting both binary data, ML code and BASIC commands would be very very very useful!
I don't know python, I am using the web version of your tool, and I know javascript,; where should I look for which BVH file is loaded?
Wait, I just found the endpoint for errors! /commerce/v1/accounts/{accountId2}/vehicles/{vin}/alerts Note: **accountId2** Result: ``` "data": [ { "id": xxxxxxxxxx, "alertType": "proactive", "canArchitecture": "204", "alertCode": "crashairbagmalfunction", "trueValues": "1", "priority": 0, "minAge": 1,...
This works: `>renault-api http get /commerce/v1/accounts/{account_id}/vehicles/{vin}/alerts` This does not work: `>renault-api http get /commerce/v1/accounts/{account_id}/vehicles/{vin}/pressure` Note 1: in the apk the account string is **accountId** , not **account_id** ; testing would...
Am I the only one with this issue? This command: renault-api charge sessions --from 10/11/20 --to 11/11/20 raises this error: There is no rows charge history for the vin But...
Well, I eventually found the "solution": Renault deleted from their server all my charging data before 12/jun/2024. :-( (Car purchased on 2020!!) Command still works fine after such date.