Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 650 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 650 Bytes

akenza-logic-block-examples

A set of examples for using custom logic blocks in the akenza Rule Engine.

Also refer to the product documentation and the documentation of the Rule Engine.

Examples

logic-blocks/
└── alerts/
    ├── smart-temperature-alert.js         Example for an adaptive temperature alert.
    └── temperature-hysteresis-alert.js    Example for a temperature hysteresis alert.

Usage

  • Create a new logic block in your organization
  • Add the properties and inputs as described in the example