Skip to content

Maybe typo in unauthorise_guest method #23

@Farshik

Description

@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);
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions