Update socketio.js

cron-as-worker-process
Moe 2022-08-09 16:19:58 -07:00
parent e1d83e7c14
commit 87914222e6
1 changed files with 3 additions and 0 deletions

View File

@ -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){