Hi,
I’m trying the temperature example from the annotated examples; literally copy and pasting the code to the web-IDE. I then check the code (works fine) and flash. The lights on the device blink indicating its updating. However, when I access the temp via curl I get:
{
“error”: “Function not found”
}
The URL I use is: curl https://api.spark.io/v1/devices/xxxxx/temperature -d access_token=xxxxx
Other examples seem to work fine, like flashing the LED. Does anyone know what might be going wrong? Thanks in advance.