You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which in turn also seems to affect running the flowcards, as the default example-flowcard-run.js prints:
———————————————————
❌ Script Error
⚠️ Not Found: FlowCardCondition with ID day_equals: Not Found: FlowCardCondition with ID day_equals
at /app/node_modules/athom-api/dist/index.js:1:1247257
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Apologies if this is because it is still early access and not compatible yet
The text was updated successfully, but these errors were encountered:
Was trying out a new script on my Homey 2019 (degraded to developer Homey) and when it was working i copied the script to my Homey Pro 2023. But runFlowCardAction didn't work as it did on HP19 because the uri of the action flow card (actually all flow cards) are empty and runFlowCardAction requires uri to work...
It turns out that uri shows as undefined when returned from a getFlowCardAction on HP23, but using uri in a runFlowCardAction still works. One thing to note is that it seems that id on HP19 is the id of the flow card, but on HP23 the id is the combination of uri and id
The following piece of code:
prints undefined for the uri all flow cards (both and + then cards):
Which in turn also seems to affect running the flowcards, as the default example-flowcard-run.js prints:
Apologies if this is because it is still early access and not compatible yet
The text was updated successfully, but these errors were encountered: