Commit de63d9cf by Chavee Issariyapat

fix bugs

parent 6baac87f
......@@ -41,8 +41,8 @@ module.exports = function(options={}) {
"topic": data.topic,
"payload":ptext,
"value": p[0], // temp
"tags":{"attr":p[1]} // temp
"value": p[1], // temp
"tags":{"attr":p[0]} // temp
}];
client.act('cmd:writefeed,feedid:serialno', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment