Map429

From Commander4j Wiki
Jump to: navigation, search


   <map id="map429" enabed="Y" description="GEN XML to MQTT Broker">
       <input id="in1" description="Read XML Document">
           <type>XML</type>
           <path>./interface/input/429 (GEN XML MQTT)</path>
           <mask/>
           <pollingInterval>1000</pollingInterval>
           <XSLT></XSLT>
       </input>
       <output id="out1" enabed="Y" description="Send to MQTT Broker">
           <path>./interface/output/429 (GEN XML MQTT)</path>
           <type>MQTT</type>
           <mqtt>
               <topic>MQTT Examples</topic>
               <contentXPath></contentXPath>  
               <qos>2</qos>
               <broker>tcp://iot.eclipse.org:1883</broker>
               <clientID>tcp://iot.eclipse.org:1883</clientID>        
           </mqtt>
           <XSLT/>
       </output>
   </map>