Device Name identified on photon

Does anyone know if there is a function to display or show the device name?
Lets say at claiming a photon I named it “Fuzzy_Rabbit” can i get this from the firmware to print out on a screen or serial?

Thanks,

Steve

Take a look at this section of the docs, which covers how to discover your device’s name by subscribing to and then publishing your device name using the “spark/device/name” cloud variable:

https://docs.particle.io/reference/firmware/photon/#get-device-name

2 Likes

Thanks @indraastra, I’ll check it out