This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sdk:mqtt_advanced_status [2018/08/08 14:04] – preisig | sdk:mqtt_advanced_status [2018/09/11 14:50] (current) – [Send Router Status Informations to an MQTT Broker - Advanced Version] juraschek | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Send Router Status Informations to an MQTT Broker - Advanced Version ====== | ====== Send Router Status Informations to an MQTT Broker - Advanced Version ====== | ||
| + | Please use the Image [[http:// | ||
| ===== Script Summary | ===== Script Summary | ||
| Line 57: | Line 57: | ||
| } | } | ||
| } | } | ||
| + | /* The publish function to publish a message */ | ||
| int publish(string msg){ | int publish(string msg){ | ||
| this.MESSAGE = msg; | this.MESSAGE = msg; | ||