flipper_read_file
Retrieve file contents from a Flipper Zero device, with text decoded automatically or base64 when binary is requested.
Instructions
Read a file from the Flipper. Text is returned decoded; set binary=true to get base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| binary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |