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