CustomProperties
Number of APIs: 5
-
Set the custom name of a component or a device. POST {{baseUrl}}/components/{{id}}/label
-
Add extra property to either a component, a group or a device. POST {{baseUrl}}/{{object}}/{{id}}/usersProperties
-
Update extra property to either a component, a group or a device. PUT {{baseUrl}}/{{object}}/{{id}}/usersProperties/{{propertyId}}
-
Delete extra property to either a component, a group or a device. DELETE {{baseUrl}}/{{object}}/{{id}}/usersProperties/{{propertyId}}
-
Delete the custom name of a component or a device. DELETE {{baseUrl}}/components/{{id}}/label