Skip to content

Latest commit

ย 

History

History
34 lines (20 loc) ยท 1.73 KB

File metadata and controls

34 lines (20 loc) ยท 1.73 KB

LOT Functions by Type of Interaction

๐Ÿ“‚ Data

Function Name Description Documentation
KEEP TOPIC Stores data internally within the broker. View Docs
SET Defines or modifies variables dynamically. View Docs
GET TOPIC Retrieves data from a specified topic. View Docs
PUBLISH TOPIC Broadcasts data to subscribed clients. View Docs
AS Reconverts data. View Docs

โš™๏ธ Conditional Logic & Flow Control

Function Name Description Documentation
IF Executes actions based on specific conditions. View Docs

๐Ÿ“‚ Transfomations

Function Name Description Documentation
REPLACE Stores data internally within the broker. View Docs
TRIM Defines or modifies variables dynamically. View Docs
SPLIT Splits usually the data according to type. View Docs
FILTER Inside the data filters the View Docs