Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationMQTT object

Official ZPE/YASS documentationMQTT object

Introduction

ZPE 1.10.10 (October 2022, Proud Penguin) introduced the MQTT object into ZPE. For more information on MQTT and IoT, see mqtt.org.

The MQTT object allows connecting and publishing.

MQTT object functions

connect(string ip, integer port, string username, string password) ⇒ boolean
Connects to an IP address and port using the username and password combination.
publish(string topic, string message) ⇒ boolean
Publishes a message to a certain IP address and port using MQTT.
Comments
Feedback 👍
Comments are sent via email to me.