flipper_property_get
Read system properties from your Flipper Zero by key prefix, like 'devinfo' or 'pwrinfo', providing structured data without parsing CLI output.
Instructions
Read device properties by key prefix (e.g. 'devinfo', 'pwrinfo'). More structured than parsing CLI output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key or prefix; empty for all | |
| port | No | Serial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached. |