Skip to content

eventsmanager

The module nodes are the building blocks for the flow-based programming. Each node represents a specific task or operation that can be performed by the module. The following table lists the available nodes for this module.

Send an event based on the provided data to the cloud.

  • Name: DeviceEventFire
  • Tags: event, fire, device, notification
  • Category: Action
  • Subcategory: Event > Device

This node fires an event for a device. To trigger the node, provide the event data. The configuration is the event data, and the output is the event.

Inputs: (1)

  • Device Event Fire : The event data to fire.

No configuration required for this node.

Filter events based on predefined criteria.

  • Name: FilterEvents
  • Tags: filter, events, data
  • Category: Processor
  • Subcategory: Filter > Datafilter

The node filters incoming events based on predefined criteria and outputs the filtered events.

Inputs: (1)

  • EventEntry : The event data to be filtered.
  • FilteredEvent : The filtered event data.

No configuration required for this node.