CustomProperties

Number of APIs: 5

  1. Set the custom name of a component or a device. POST {{baseUrl}}/components/{{id}}/label

  2. Add extra property to either a component, a group or a device. POST {{baseUrl}}/{{object}}/{{id}}/usersProperties

  3. Update extra property to either a component, a group or a device. PUT {{baseUrl}}/{{object}}/{{id}}/usersProperties/{{propertyId}}

  4. Delete extra property to either a component, a group or a device. DELETE {{baseUrl}}/{{object}}/{{id}}/usersProperties/{{propertyId}}

  5. Delete the custom name of a component or a device. DELETE {{baseUrl}}/components/{{id}}/label