From 2c9dc7a3d23590e89b1ee8f1b385e821cabc8e96 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Wed, 28 Apr 2021 17:54:01 +0200 Subject: [PATCH] added README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9923934 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Node-RED nodes to interact with Teamspeaks query. Basicly it is a wrapper for [TS3-NodeJS-Library](https://github.com/multivit4min/TS3-NodeJS-Library). +It includes 3 nodes: +- TS3 config (stores connection information) +- TS3 call (Call any function on the query) +- 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](https://multivit4min.github.io/TS3-NodeJS-Library/classes/teamspeak.teamspeak-2.html). + +# Install +`npm i node-red-contrib-teamspeak --save` or via the Node-RED ui. + +# Development +There is a docker-compose file that includes a Node-RED and a TS3 instance. To build and test changes simply execute the `docker-pack.sh` file.