📄️ On Network Changed
This block is triggered when the device's network connection status changes.
📄️ 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 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 SNMP Object Set
This block is triggered when an SNMP manager writes to one of the device's MIB objects.
📄️ 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.
📄️ HTTP Request
This block is used to make HTTP requests from your TPS.
📄️ HTTP Response
This block sends the reply to an incoming HTTP request.
📄️ Set SNMP Object Value
This block writes a value into one of the device's MIB objects.
📄️ Get SNMP Object Value
This block reads the current value of one of the device's MIB objects.
📄️ Send SNMP Trap
This block sends an SNMP trap notification to a manager.
📄️ Send Email
This block sends an email through the SMTP Client feature.