adapter-automation_gateway

On this page:

createDeviceRaw

Summary

Add a device to Automation Gateway without manipulation of variables

Description

This method will add a device to Automation Gateway. This method will not map the variables provided instead it will forward the variables as-is to the underlying api.

Route

No Northbound API Available

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
name string yes the name of a device
variables object yes Variables that define the connection parameters for a device.

Return

DetailsExampleSchema
Name Type Description
result object the device that was created