List the values flows can use
homey_flow_tokensLists all available tokens and their current values on the Homey hub. Find the exact ID needed for flow arguments or read back a tag's value to verify it.
Instructions
Lists every token on this Homey with the value it holds right now. A token is anything a flow card can drop into a text argument: a device capability, a logic variable, or a tag published by an app. This is how to read back a tag a script has written, which is otherwise only visible in the Homey app. The "id" it reports is what a reference must name: [[|]] in a card argument. Use it with homey_flow_validate, which checks references against exactly this list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return. Defaults to 100. | |
| query | No | Part of the id, title or owner. Leave out for all of them. |