gitextract_3ky85hap/ ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── app/ │ ├── app.ts │ ├── discovery_mdns.ts │ ├── discovery_udp.ts │ ├── discovery_upnp.ts │ ├── execution_http.ts │ ├── execution_tcp.ts │ ├── execution_udp.ts │ ├── firebase.json │ ├── index.template.html │ ├── index.ts │ ├── package.json │ ├── serve.js │ ├── test.ts │ ├── test.ts.md │ ├── test.ts.snap │ ├── tsconfig.json │ ├── tslint.json │ ├── types.ts │ ├── webpack.config.node.js │ └── webpack.config.web.js ├── device/ │ ├── README.md │ ├── discovery_mdns.ts │ ├── discovery_udp.ts │ ├── discovery_upnp.ts │ ├── execution_http.ts │ ├── execution_tcp.ts │ ├── execution_udp.ts │ ├── opc_device.ts │ ├── package.json │ ├── server.ts │ ├── tsconfig.json │ ├── tslint.json │ └── types.ts └── functions/ ├── firebase.json ├── index.ts ├── package.json ├── tsconfig.json └── tslint.json