Contents

home(_:didUpdate:)

Tells the delegate that a home updated a trigger.

Declaration

optional func home(_ home: HMHome, didUpdate trigger: HMTrigger)

Parameters

  • home:

    The home.

  • trigger:

    The trigger that was updated.

Discussion

Enabling or disabling a trigger or modifying its action sets will cause this method to be called.

See Also

Observing Action and Trigger Configuration