node-unifiapi icon indicating copy to clipboard operation
node-unifiapi copied to clipboard

UniFi API ported to Node.JS

Results 20 node-unifiapi issues
Sort by recently updated
recently updated
newest added

I'm running the default example trying to connect to my unifi controller. Why am I getting this error? Node version is v14.16.1, node-unifiapi: "^0.0.54" > UnifiAPI Debug is enabled +0ms...

Hey all, looks like this package is affected by https://github.com/advisories/GHSA-7wpw-2hjm-89gp Is it safe to update merge?

Welcome to [Sider](https://sider.review/)! This is an onboarding PR to help you understand and configure Sider. You can edit the `sider.yml` file in this PR to customize the analysis for your...

Hello, Unfortunately, I have not been able to get this working yet. Here is what I have: ``` let CloudAPI = require('node-unifiapi/cloudapi'); let cloud = CloudAPI({ //deviceId: '', // The...

Hello, I'm looking for example and explanation how to use : https://github.com/delian/node-unifiapi I have some AC-Pro aps, and cloudkey G2. i have configured the key, included the aps, and turned...

I noticed the unauthorize-guest command has a typo in it which was causing it to not work correctly. This patch fixes that.

You may have noticed it, but I there is an alternative NodeJS package for working with a UniFi Controller using NodeJS. It is called ‚node-unifi‘ (https://github.com/jens-maus/node-unifi) and I am working...

When logging in, the response has a required: ["2fa"] I assume 2FA isn't supported yet?

``` UnifiAPI.prototype.unauthorize_guest = function(mac = '', site = undefined) { return this.netsite('/cmd/stamgr', { cmd: 'uauthorize-guest',//in this line mac: mac.toLowerCase() }, {}, undefined, site); }; ```

When creating a webrtc connection, do not pass a 'url' property to in the iceservers parameter, as per https://developer.mozilla.org/en-US/docs/Web/API/RTCIceServer --- This change is [](https://reviewable.io/reviews/delian/node-unifiapi/20)