Hi there. I have four Photons running and when my IOS app issues
https://api.spark.io/v1/devices?access_token=9bd0faed2cd79c6ab5b7a11bbb17d8xxxxxxxxxx
I get back
(
{
connected = 1;
id = 28003a0009473433373xxxxx;
"last_app" = "<null>";
"last_heard" = "2015-08-27T02:26:35.575Z";
"last_ip_address" = "70.20.38.236";
name = "WiFire_BI";
"product_id" = 6;
},
{
connected = 1;
id = 25003a000c473432333xxxxx;
"last_app" = "<null>";
"last_heard" = "2015-08-26T23:45:00.143Z";
"last_ip_address" = "70.20.38.236";
name = "WiFire-CH";
"product_id" = 6;
},
{
connected = 1;
id = 3e00350006473432323xxxxx;
"last_app" = "<null>";
"last_heard" = "2015-08-27T02:22:26.261Z";
"last_ip_address" = "70.20.38.236";
name = "WiFire_BS";
"product_id" = 6;
},
{
connected = 0;
id = 4200240005473433373xxxxx;
"last_app" = "<null>";
"last_heard" = "2015-08-27T02:14:57.136Z";
"last_ip_address" = "70.20.38.236";
name = "WiFire-CI";
"product_id" = 6;
}
}
(Dozens more devices follow)
The last Photon is listed as not connected (connected = 0). However that Photon is breathing and is fully functional. I know this is a problem with the cloud because when I go into Particle Dev to select WiFire-CI to flash, it does not ârippleâ to the top of the device list as the other three do. And it does not âbreatheâ in the device list. But I can flash it and interrogate variables from my IOS app, etc.
Can someone working on the Particle Cloud look into this and let me know whatâs going on?