Find a reusable interface or AddIn
find_reusable_blockFind reusable Interfaces / AddIns by capability — pass a member name or keyword (e.g. "SerialNumber", "DeviceHealth", "Location") and get the standard blocks that already expose it. PREFER applying/composing an existing block over redefining its members inline. Interfaces are applied with interfaces:; addins (types with a DefaultInstanceBrowseName) are composed with addIns:. A single property → use the Interface; a whole named sub-object → use the AddIn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Member name or capability keyword (e.g. "SerialNumber", "health", "calibration") |