Update socketio.js
parent
e1d83e7c14
commit
87914222e6
|
@ -10,6 +10,9 @@ module.exports = function(s,config,lang,io){
|
|||
const {
|
||||
ptzControl
|
||||
} = require('./control/ptz.js')(s,config,lang)
|
||||
const {
|
||||
legacyFilterEvents
|
||||
} = require('./events/utils.js')(s,config,lang)
|
||||
s.clientSocketConnection = {}
|
||||
//send data to socket client function
|
||||
s.tx = function(z,y,x){
|
||||
|
|
Loading…
Reference in New Issue