Get the mesh network ID

Is there a particle.publish command that will send to the cloud?

Can you elaborate what you’d intend to achieve with such a call?
There is an API that’s called via particle mesh list which will give you all your networks and the devices (including ID) assigned to any of them.

Or if you have the device ID or name and the device is online you can call particle mesh info <device>

AFAICT the API endpoints to request that data from the cloud are not yet documented or not that easy to find :blush: (@rickkas7?)