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