Table of contents
On this page we have an example python script to:
Our advise is to use Provisioning Profiles as the setting UUID value is not visible in your web-interface but needs to be provided by Gigaset. |
In this example, we used a windows PC where we installed Python
Download the following python script: add_device.py
python add_device.py usage: add_device.py [-h] --api-key API_KEY --api-secret API_SECRET --device-mac DEVICE_MAC --key-uuid KEY_UUID --value VALUE |
Example:
If the device already exists, the value will be overwritten.
python add_device.py --api-key xxxxxxxxxxxxxxxxxxxxxxxxxxx --api-secret xxxxxxxxxxxxxxxxxxxxxxxxxxxxx --device-mac 589EC60D8C73 --key-uuid 094c8a73a08644a1aaba837c33dfb528 --value http://192.168.2.200/dectprovisioning |
Example:
If the device already exists, the value will be overwritten.
python add_device.py --api-key xxxxxxxxxxxxxxxxxxxxxxxxxxx --api-secret xxxxxxxxxxxxxxxxxxxxxxxxxxxxx --device-mac 000413E41F3F --key-uuid 50a400560eec4dc0b96b026094e06562 --value http://192.168.2.200/P850provisioning |