Info |
---|
This documentation is still in development - : use at your own risk |
Creating or editing a gateway
...
Use the following methods to create or edit a gateway:
...
Go to the Registries page.
Click the gateway’s registry ID.
Click Gateways, then click the gateway's ID.
On the Gateway details page, click Bound devices.
API
Use the Devices list method and specify a gateway ID to list all devices bound to the gateway.
...
Go to the Registries page.
Click the gateway’s registry ID.
On the Registry details page, click Gateways to see a list of the registry’s gateways.
API
Use the Device list method to list all gateways in a registry.
...
After unbinding the device from all gateways it's bound to, use the Device delete method to delete the device.
...
After unbinding all devices from the gateway, use the Device delete method to delete the gateway, specifying the gateway’s ID you want to delete.
...