Do we only get model and device name after adding a device?
After adding a device, you will receive the device ID (did) and model through message push. The device name can be queried via the API.
After adding a device, we can use the device’s did and the
API:query.device.info to obtain the device’s information (position, name, timezone, etc.).