Table of contents
On this page we have an example python script to:
In this example, we used a windows PC where we installed Python
Download the following python script: add_device_profiles.py
python add_device.py usage: add_device_profiles.py [-h] --api-key API_KEY --api-secret API_SECRET --device-mac DEVICE_MAC --provisioning-profile Provisioning_Profile_UUID |
Example:
If the device already exists, the value will be overwritten.
python add_device_profiles.py --api-key xxxxxxxxxxxxxxxxxxxxxxxxxxx--api-secret xxxxxxxxxxxxxxxxxxxxxxxxxxxxx --device-mac 589EC60D8C73 --provisioning-profile a73e6b04f8874c3eb2522c249f2360cf |
Example:
If the device already exists, the value will be overwritten.
python add_device_profiles.py --api-key xxxxxxxxxxxxxxxxxxxxxxxxxxx --api-secret xxxxxxxxxxxxxxxxxxxxxxxxxxxxx --device-mac 000413E41F3F --provisioning-profile 5bd7345119c248018d39e503bcd30ae5 |