Hi
I was wondering that in iot_central_sample.py file how do we come to know the key "iotcModelId" for assigning a template to the device during device registration in line number 226
provisioning_device_client.provisioning_payload = '{"iotcModelId":"%s"}' % (model_identity)
Can we also send as a payload the name of the device along with model identity..?
If yes how can we do it...?