| Entity Name | Description | Documentation |
|---|---|---|
ON |
Defines an event: ON TOPIC, ON EVERY, or ON TIME. | View Docs |
| 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 |
SECONDS/SECOND |
Defines time intervals in seconds. | View Docs |
MINUTE/MINUTES |
Defines time intervals in minutes. | View Docs |
HOUR/HOURS |
Defines time intervals in hours. | View Docs |
DAY/DAYS |
Defines time intervals in days. | View Docs |
WEEK/WEEKS |
Defines time intervals in weeks. | View Docs |
MONTH/MONTHS |
Defines time intervals in months. | View Docs |
YEAR/YEARS |
Defines time intervals in years. | View Docs |
| 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). | View Docs |
| 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 |
| Entity Name | Description | Documentation |
|---|---|---|
EMPTY |
Represents a null or empty value. | View Docs |