AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
PushcutPushcut

Automation Server: Execute a HomeKit scene

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

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will execute a HomeKit scene on the Automation Server.
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)