BPAPI Methods

Example details for BPAPI method Device/Simulate

Example details for Device/Simulate

Syntax variant 1 (preferred REST-format): Device/{id}/Simulate/{property_name}/{value}/

Syntax variant 2 (traditional query-string): Device//Simulate?id={id}&property_name={property_name}&value={value}


Examples of data returned

DataComment
data.Data.bpapi_message 


GET, syntax 1 (preferred REST-format):
Device/55379/Simulate/switch_state/1/


GET, syntax 2 (traditional query-string):
Device//Simulate?id=55379&property_name=switch_state&value=1


POST, traditional











Bulk usage interface

Documentation and tests automatically generated from source-code 2025-12-06 05:04