Explore Plans
Mobile menu Close menu
PushcutPushcut

Automation Server: Execute a HomeKit scene

This action will execute a HomeKit scene on the Automation Server.

Developer info

API endpoint slug
pushcut.execute_homekit
Filter code method
Pushcut.executeHomekit.skip(string?: reason)
Runtime method
runAction("pushcut.execute_homekit", {})

Action fields

Homekit Dropdown list

Label
Which scene?
Slug
homekit
Required
true
Can have default value
false

Delay Text input > Other

Label
Delay?
Helper text
Set a delay to schedule the execution in the future (eg: 15s, 2m, 1h)
Slug
delay
Required
false
Can have default value
true
Filter code method
Pushcut.executeHomekit.setDelay(string: delay)

Identifier Text input > Other

Label
Identifier
Helper text
Only used for delayed actions
Slug
identifier
Required
false
Can have default value
true
Filter code method
Pushcut.executeHomekit.setIdentifier(string: identifier)