sommo

Results 48 comments of sommo

i didn't understand what you mean, also with .tailDoor, do not work: > src/fordpass.ts:63:14 - error TS2304: Cannot find name 'data'. > > 63 console.log(data.tailDoor); tried without success also with:...

i have also tried with: > src/fordpass.ts:63:21 - error TS2339: Property 'tailDoor' does not exist on type 'AxiosResponse'. > > 63 console.log(result.tailDoor); > ~~~~~~~~ > now i'm really shooting in...

sorry but it give me error too: src/fordpass.ts:63:21 - error TS2339: Property 'tailgateDoor' does not exist on type 'AxiosResponse'. 63 console.log(result.tailgateDoor); ~~~~~~~~~~~~ Found 1 error.

@Brandawg93 any idea on how to check that door? thank you

Thank you @Brandawg93, i have never used mitmproxy software, but it seems like a [wireshark](https://www.wireshark.org/). Anyway i can control the tailgateDoor via app, i don't think it can intercept query/httpcall...

the question is, if i install mitmproxy on an raspberry in my lan (it can be installed via github) and i trigger the door via my smartphone (same lan) i...

> > > I'm not using any API. Instead I install some custom code directly to the device. > > see [#1 (comment)](https://github.com/magcode/lametric-tools/issues/1#issuecomment-458170148) > > Documentation is pending. Hi! i...