- Issue created by @PetarB
- 🇩🇪Germany jurgenhaas Gottmadingen
If I remember correctly the ECA Helper module already decodes the payload, so what you get in the token is an array. That said, you should be able to access the properties in that array with either
[yourtoken:json:FloatProperty]
or[yourtoken:FloatProperty]
.You may want to use the Debugging techniques to see the exact data structure of that token, so that you can find the correct syntax.
You don't need the eca_tamper module, so I'm moving this to the eca_helper module, as it belongs there.
- 🇻🇳Vietnam zipme_hkt
The http client return raw data, because sometime data return not json format.
You need convert json string to array token then access it.
Please check upload images it will help you how to convert