Commit db0c28d0 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

bss event

parent 9239afe4
...@@ -121,7 +121,7 @@ BSSEngine.prototype.cmd_write = function(prm,cb) ...@@ -121,7 +121,7 @@ BSSEngine.prototype.cmd_write = function(prm,cb)
} }
//dataevent.newdata({'resourceId':obj_id.toString(),'storageId':self.name}); //dataevent.newdata({'resourceId':obj_id.toString(),'storageId':self.name});
if(self.context){ if(self.context && self.context.evp){
newdata_event(self.context,{'resourceId':obj_id.toString(),'storageId':self.name}); newdata_event(self.context,{'resourceId':obj_id.toString(),'storageId':self.name});
} }
......
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