Docs moved to https://unifipoller.com
The wiki for UniFi Poller is located in its own
GitHub repository.
If you wish to make changes to the wiki, please clone the this repo,
and create a pull request with your changes. Target the testing
branch in your
pull request. Merges to testing
are pushed automatically to the
local test wiki on this repo.
Once the testing
branch is merged to master
the changes are deployed to the
main wiki.
To run the linter locally, I had to do this on my Mac, but bundler
may work too.
brew install rbenv ruby-build
rbenv install 2.6.5
rbenv shell 2.6.5
gem install mdl
mdl .