iOS Shortcuts and Siri
- In the dashboard, open the entity → Voice control.
- Create the key and download Apple Shortcut JSON (or copy the curl snippet).
- On iPhone, import into the Shortcuts app (use the
shortcuts://link from the wizard if provided). - Add the shortcut to Siri: Shortcuts → shortcut → Add to Siri.
Example HTTP action (replace values from the wizard):
curl -sS -X POST 'https://api.openapp.house/api/v1/entities/ENTITY_ID/actions/switchable.open' \ -H 'Authorization: Bearer YOUR_VOICE_PAT' \ -H 'Content-Type: application/json' \ -d '{}'Phrase example: “Hey Siri, open the cars gate.”