fungus75 / ioBroker.zoe2

Renault ZOE ioBroker adapter using the same API as myRenault APP
MIT License
14 stars 6 forks source link

Raw dump of sent request #34

Closed jumpjack closed 4 months ago

jumpjack commented 2 years ago

What is actually sent to server by this code?

data: {
                'type': 'HvacStart',
                        'attributes': {
                    'action': 'start',
                    'targetTemperature': temperature
                }
            }

How can I simulate it in www.reqbin.com ? I know about the header, the kamereon key, the JWT token, but I miss how to send a payload.