Commit de63d9cf by Chavee Issariyapat

fix bugs

parent 6baac87f
...@@ -41,8 +41,8 @@ module.exports = function(options={}) { ...@@ -41,8 +41,8 @@ module.exports = function(options={}) {
"topic": data.topic, "topic": data.topic,
"payload":ptext, "payload":ptext,
"value": p[0], // temp "value": p[1], // temp
"tags":{"attr":p[1]} // temp "tags":{"attr":p[0]} // temp
}]; }];
client.act('cmd:writefeed,feedid:serialno', { 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