INNER CODE UNIT · JavaScript

Connections

riclolsen/json-scada · src/camera-onvif/index.js:58

let Connections = [] // protocolConnections docs decorated with runtime state
let CamerasStarted = false
let ShuttingDown = false

const csCmdPipeline = [
  {
    $project: { documentKey: false },
  },
  {
    $match: {
      operationType: 'insert',
    },
  },
]

;(async () => {
  let clientMongo = null
  let cmdCollection = null

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…