Skip to content

LOT Entities Index

This section provides documentation for LOT Entities (Subjects/Data), mirroring the structure found in the LOT-Samples Syntax Entities. Entities represent the subjects or objects within the system and are typically described in an affirmative form.

⚡ Events & Timing

Entity Name Description Documentation
ON Defines an event trigger: ON TOPIC, ON EVERY. View Docs

🗃️ Payload & Topics

Entity Name Description Documentation
PAYLOAD Data received from a triggering MQTT topic. View Docs
TOPIC Defines or references an MQTT broker topic address. View Docs
Entity Name Description Documentation
TIMESTAMP Represents timestamp data types. View Docs
Time Units SECONDS, MINUTES, HOURS, etc. View Docs

📄 Special & Structured Data Formats

Entity Name Description Documentation
CSV Indicates data structured as CSV. View Docs
JSON Indicates data structured as JSON. View Docs
PROTOBUF Indicates data structured as Protocol Buffers (coming soon). (Coming Soon)

📦 Basic Data Types

Entity Name Description Documentation
INT Represents integer numeric values. View Docs
DOUBLE Represents decimal numeric values. View Docs
STRING Represents text data. View Docs
BOOL Represents Boolean true/false values. View Docs

🚫 Null & Empty Checks

Entity Name Description Documentation
EMPTY Represents a null or empty value. View Docs