diff --git a/README.md b/README.md index 3da2249..b604bfc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Matrix bot nodes for Node-RED ==== -This package contains nodes to send and receive messages as a Matrix node. +This package contains nodes to send and receive messages and files as a Matrix node. ## Quick usage guide diff --git a/docs/flows.json b/docs/flows.json new file mode 100644 index 0000000..b8f5629 --- /dev/null +++ b/docs/flows.json @@ -0,0 +1 @@ +[{"id":"f6f2187d.f17ca8","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"3cc11d24.ff01a2","type":"comment","z":"f6f2187d.f17ca8","name":"WARNING: please check you have started this container with a volume that is mounted to /data\\n otherwise any flow changes are lost when you redeploy or upgrade the container\\n (e.g. upgrade to a more recent node-red docker image).\\n If you are using named volumes you can ignore this warning.","info":"WARNING: please check you have started this container with a volume that is mounted to `/data` otherwise any flow changes are lost when you redeploy or upgrade the container\\n (e.g. upgrade to a more recent node-red docker image).\n","x":350,"y":80,"wires":[]},{"id":"63d26bfc.c11584","type":"watch","z":"f6f2187d.f17ca8","name":"","files":"/data/cctv-images/","recursive":"","x":150,"y":340,"wires":[["4e1e408.20125c"]]},{"id":"27af3102.63c79e","type":"matrix file sender","z":"f6f2187d.f17ca8","name":"","bot":"df103a9b.bfd528","x":850,"y":380,"wires":[]},{"id":"3ccc8108.a33f1e","type":"debug","z":"f6f2187d.f17ca8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":590,"y":300,"wires":[]},{"id":"449dee3c.f08d2","type":"rbe","z":"f6f2187d.f17ca8","name":"","func":"rbe","gap":"","start":"","inout":"out","property":"payload","x":570,"y":380,"wires":[["27af3102.63c79e"]]},{"id":"4e1e408.20125c","type":"switch","z":"f6f2187d.f17ca8","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"/data/cctv-images/cctv-images","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":370,"y":340,"wires":[["3ccc8108.a33f1e"],["449dee3c.f08d2"]]},{"id":"df103a9b.bfd528","type":"matrix bot","name":"","room":"","userId":"","accessToken":"","matrixServerURL":"http://synapse:8008"}] \ No newline at end of file