[{"id":"54764dbb.37fee4","type":"tab","label":"爱车生活","disabled":false,"info":""},{"id":"7731fa90.10f614","type":"inject","z":"54764dbb.37fee4","name":"","topic":"","payload":"","payloadType":"date","repeat":"60","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":280,"wires":[["ac8607be.ec8c68"]]},{"id":"ac8607be.ec8c68","type":"function","z":"54764dbb.37fee4","name":"准备参数","func":"var re = {};\nmsg={};\nre = { 'Content-Type':'application/x-www-form-urlencoded; charset=UTF-8',\n 'Connection':'Keep-Alive',\n 'password':'***',\n 'loginType':'1',\n 'loginName':'***',\n 'mapType':'AMap',\n 'language':'zh_CN_%23Hans',\n 'deviceId':'***',\n 'key':'***'};\nmsg.payload = re;\nreturn msg;","outputs":1,"noerr":0,"x":320,"y":280,"wires":[["5761db14.436fa4"]]},{"id":"2532c351.dfac2c","type":"debug","z":"54764dbb.37fee4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":690,"y":220,"wires":[]},{"id":"5761db14.436fa4","type":"www-request","z":"54764dbb.37fee4","name":"","method":"POST","ret":"obj","url":"http://app.gps18.com:5588/openapiv5.asmx/GetLocation","follow-redirects":true,"tls":"","x":490,"y":280,"wires":[["2532c351.dfac2c","c3422799.2a0d58"]]},{"id":"c3422799.2a0d58","type":"mqtt out","z":"54764dbb.37fee4","name":"","topic":"position_car","qos":"0","retain":"false","broker":"1228da70.bb6d36","x":690,"y":340,"wires":[]},{"id":"1228da70.bb6d36","type":"mqtt-broker","z":"","name":"Baidu Cloud","broker":"***","port":"1883","tls":"","clientid":"nodered","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"position_car","birthQos":"0","birthRetain":"true","birthPayload":"connected","closeTopic":"position_car","closeQos":"0","closeRetain":"true","closePayload":"closing","willTopic":"position_car","willQos":"0","willRetain":"true","willPayload":"unexpected disconnection"}]