📄️ On Wiegand
This block is triggered when the device receives a Wiegand input.
📄️ On HTTP Server Endpoint Called
This block creates a custom HTTP endpoint on your device's web server. Use it to implement REST APIs and webhooks.
📄️ On Serial Data Arrival
This block is triggered when a serial data is received.
📄️ On Socket Data
This block is triggered when data is received through a socket connection. Use it to process incoming data from remote servers and devices.
📄️ On Socket Event
This block is triggered when socket connection events occur. Use it to handle connection status changes and errors.
📄️ On SMS Received
This block is triggered when an SMS message is received. Use it to handle text message commands and notifications from mobile phones.
📄️ Serial Data Send
This block sends data through a serial port (UART/RS-232/RS-485). Use it for serial communication with devices and equipment.
📄️ Send SMS
<ImageWithLightbox
📄️ Socket Connect
This block establishes a TCP/IP socket connection to a remote server. Use it to initiate network connections for custom protocols.
📄️ Socket Send
This block sends data through an established socket connection. Use it for TCP/IP communication with remote servers or devices.