@lunarys/node-red-teamspeak 1.0.4
Node-RED teamspeak node
Node-RED nodes to interact with the Teamspeak query interface. Basically it is a wrapper for TS3-NodeJS-Library. It includes 3 nodes:
- TS3 config (stores connection information)
- TS3 call (Call any function on the query interface)
- TS3 event (Listen to any ts3 event)
To pass parameters to the "call" node simply put it as the msg.payload as an array. You can lookup the functions at the TS3-NodeJS-Library documentation, the elements of the array are passed as parameters to the respective library function.
This is based on node-red-contrib-teamspeak, which was not updated anymore, had bugs and had no source code repository available.
Install
npm i @lunarys/node-red-teamspeak --save or via the Node-RED ui.
Dev
Use docker compose up to run a empty instance of node-red, exec into the container and install the nodes:
docker exec node-red-ts-dev npm i /mnt