Variable timed out

curl -G https://api.particle.io/v1/devices/$DEVICE$/heat -d access_token=$ACCESS_TOKEN$

response I get is:

{
  "error": "Timed out."
}

exposed variable heat is from a very simple code.

Spark.variable("heat", &heat, DOUBLE);

worked the first time, then stopped working.

@nickstrauss, we would need to see all your code to get the full picture!

A quick particle list will also tell you more information about your devices and the variable/function available :wink: