How to name a device
Each device atSign can be used for multiple devices and so each device needs a unique name.
Device Name Format
The device name has the following constraints.
May contain only the following characters:
a-z
(lowercase letters)0-9
(numbers)_
(underscore)-
(dash)
Maximum of 36 characters.
Must start with a letter.
Examples
Nerdy Stuff
The regular expression (regex)
Fun fact!
Originally we only supported alphanumeric snakecase up to 15 characters, but we loosened the constraints to support uuid v4.
Last updated