home(_:didAdd:)
Tells the delegate that a home added an action set.
Declaration
optional func home(_ home: HMHome, didAdd actionSet: HMActionSet)Parameters
- home:
The home.
- actionSet:
The new action set.
Tells the delegate that a home added an action set.
optional func home(_ home: HMHome, didAdd actionSet: HMActionSet)The home.
The new action set.