Actions

 

 

Actions define the tasks that need to be performed when the scenario is executed. This can include changing the state of devices, sending commands to other devices, executing an HTTP request, sending notifications, and other actions.

Example implementation of an action handler:

automationAction = (entityId)->
    EntityCallAction(entityId, 'ON', {})
Last modified February 5, 2024: Merge pull request #270 from e154/master (7108cb6)