Map429

From Commander4j Wiki
Revision as of 17:37, 9 May 2019 by Dgarratt (talk | contribs) (Created page with " <map id="map429" enabed="Y" description="GEN XML to MQTT Broker"> <input id="in1" description="Read XML Document"> <type>XML</type> <path...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


   <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>