delian / node-unifiapi

UniFi API ported to Node.JS

Repository from Github https://github.comdelian/node-unifiapiRepository from Github https://github.comdelian/node-unifiapi

Maybe typo in unauthorise_guest method

Farshik opened this issue · comments

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