Contents

HMActionSet

A collection of actions that you trigger as a group.

Declaration

class HMActionSet

Overview

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

Keeping track of execution

See Also

Action Sets