BPAPI Methods
Example details for Device/Property
Syntax variant 1 (preferred REST-format): Device/{id}/Property/{name}/
Syntax variant 2 (traditional query-string): Device//Property?id={id}&name={name}
Examples of data returned
Returns all information about properties power and temperature. 03.2016: Removed current&total since it's not supported by WELL_KNOWN_DEVICE
GET, syntax 1 (preferred REST-format): Device/55379/Property/power,temperature/
GET, syntax 2 (traditional query-string): Device//Property?id=55379&name=power,temperature
Documentation and tests automatically generated from source-code 2025-12-06 05:04