Commit 50e92fed by Chavee Issariyapat

init counnter

parent 63b2f13d
......@@ -5,6 +5,7 @@ const events = require('events');
const MQTTServer = function(param = {}) {
this.param = param;
this.sublist = {};
}
MQTTServer.prototype = new events.EventEmitter;
......
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