Hi, looking for advice about how to pass values to the Particle runtime via the Cloud as is done with environment variables in other devices. This is key to deploying fleets of devices, each with same firmware but with device-specific keys, ID codes, locations, etc. Using this technique I can avoid having unique code for each device. Is "particle.variable()" the recommended method to use?