From 0f255aec5b0d0b2146dc52cd7fdb0eed65d8dc85 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Mon, 30 Dec 2019 15:07:43 -0800 Subject: [PATCH] add plugins folder --- plugins/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/README.md diff --git a/plugins/README.md b/plugins/README.md new file mode 100644 index 00000000..1efd89bf --- /dev/null +++ b/plugins/README.md @@ -0,0 +1,3 @@ +Copy your plugins into this folder and run `make plugins` to build them. +There is an example plugin available: +[https://github.com/unifi-poller/mysqlunifi](https://github.com/unifi-poller/mysqlunifi)