When using the Edge Impulse Route there are options to add “Sensors” there is a an option labelled “Json Expression” is this the place where one inputs JSONata reformatting?
Additionally what is the correct syntax to decode a field from the body when sending data from the Notecard.
For example the body of my request looks like this:
If I use the simple expression body.temp I get an error stating no value found.
On the other hand if i use this syntax {"body.temp" : temperature} I get this error
I get an error stating that the value cannot be marshalled into a float 64 type. Unfortunately I can only post one picture.
Is the second option on the right track it seems to be detecting some value?