DeviceProfile

Create a DeviceProfile

Create a DeviceProfile

post/api/deviceProfiles

Request body

namestring required

The Device Profile's name

descriptionstring

The Device Profile's description

companyIdstring required

The ID of the Company to which the DeviceProfile belongs

networkTypeIdstring required

The NetworkType for this DeviceProfile

networkSettingsobject

The JSON data structure that has the settings for the NetworkType. This is expected to match the Network Protocol's expected data used to set up the device on the remote Network(s).

Response

DeviceProfile created

Schema required— unresolved $ref

Changes