HMActionSet
A collection of actions that you trigger as a group.
Declaration
class HMActionSetOverview
Action sets can be executed as a result of evaluating a trigger (instances of HMTrigger) or manually with executeActionSet(_:completionHandler:). Actions in an action set are performed in an unspecified order. You create new action sets using the addActionSet(withName:completionHandler:) method of HMHome.
Topics
Identifiying an action set
Specifying a type
Defining the associated actions
actionsaddAction(_:completionHandler:)removeAction(_:completionHandler:)HMCharacteristicWriteActionHMAction