When I change the name of a device through my app or the Particle CLI, it always accepts the name change, but will internally drop unsupported characters and change spaces to underscores. Is there any documentation on how the cloud will decide to remove/change the input?
Also, is there a name length limit, and if not, should there be? I did see this discussion but was just able to enter the entire Bee Movie script (50 KB) into the device name and save it so I was wondering if maybe the cloud wanted to check that too. Though in the mean time, I'm going to limit my users to 35 characters lol.
I could certainly do something different. For quick reference it's nice to see names in the pretty console instead of having to go take a look at our backend. I know naming has always been cast aside in favor of "just use your Device ID" but I still thought I'd ask.
The length will be limited to 128 characters in the future. There are currently no devices with a name longer than that, so it won't affect any existing names.