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}
Device with node_id may from now on be referred to with {id} "Kitchen lamp" like /Device/Kitchen lamp
GET, syntax 1 (preferred REST-format):
Device/55379/AddProperty/user_defined_name/Kitchen lamp/
GET, syntax 2 (traditional query-string):
Device//AddProperty?id=55379&property_name=user_defined_name&value=Kitchen lamp
POST, traditional
Documentation and tests automatically generated from source-code 2025-12-06 05:04