When electron is in power OFF state can particle.function() work?

When electron is in Power OFF state and in it firmware a Particle.function “Led toggle” used , now changing the led state from html file given in code sample of particle (control leds over the net ) will it reflect in electron when electron is Powered ON?

No, the function call needs to be serviced by the device there and then - if it’s not online, it can’t.

1 Like

ok thanks

Actually made a device with electron with deep sleep time 3600 s and send some data and again deep sleep for same time and so on
i need to change this variable when ever i require so i was looking for particle function to do work