Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sdk:mqtt_advanced_status [2018/08/08 14:04] preisigsdk: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://share.netmodule.com/public/system-software/testing/4.1/4.1.2.1/|4.1.2.1]] to have the mqtt function in our SDK. 
 ===== 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;