An array of the action sets in the home.
SDKs
- iOS 8.0+
- tvOS 10.0+
- watchOS 2.0+
Framework
- Home
Kit
Declaration
@property(readonly, copy, nonatomic) NSArray<HMAction Set *> *actionSets;
Discussion
Action sets are instances of HMAction
.
An array of the action sets in the home.
SDKs
Framework
@property(readonly, copy, nonatomic) NSArray<HMAction Set *> *actionSets;
Action sets are instances of HMAction
.
- add Action Set With Name: completion Handler:
Adds a new action set to the home.
- remove Action Set: completion Handler:
Removes an action set from the home.
- execute Action Set: completion Handler:
Executes all the actions in a specified action set.
- builtin Action Set Of Type:
Retrieves the builtin action set for the specified type.
HMAction Set
A collection of actions that you trigger as a group.