📄️ Variables
Variables can be one of two things:
📄️ Timers
Timers allows you to create one shot timers that can be started via triggers in AppBlocks
📄️ Settings
Settings are used to store and retrieve data from the device, and are stored in non-volatile memory.
📄️ Scheduler
You can define functions to be run at a specific time or on a schedule.
📄️ Data Tables
Data tables provides a way to store data with predefined schemas on the Flash Disk.
📄️ Logs
The application can log custom messages that is stored in the device's flash memory.
📄️ Commands
Commands provides a way for functions on the device to be triggered.