Example details for Device/AddProperty
Syntax variant 1 (preferred REST-format): Device/{id}/AddProperty/{property_name}/{value}/
Syntax variant 2 (traditional query-string): Device//AddProperty?id={id}&property_name={property_name}&value={value}
Devices with user_defined_name or user_defined_group_name is now included in the group "Lamps"
GET, syntax 1 (preferred REST-format):
Device/Kitchen lamp/AddProperty/user_defined_group_name/Lamps/
GET, syntax 2 (traditional query-string):
Device//AddProperty?id=Kitchen lamp&property_name=user_defined_group_name&value=Lamps
POST, traditional
Documentation and tests automatically generated from source-code 2025-12-06 05:04