Hello,
I am looking at setting variables on particle devices to either on/off or a specific value(e.g. 133).
I understand this can be set through particle functions, but they get reset when the particle loses power or loses internet.
So, what is the best practice for maintaining the set variables?
Is it best to have the particle retrieve those variables from another place where they are stored, or is there a way to set them through functions and have them stay even when the device is reset?
Thank you