delian / node-unifiapi

UniFi API ported to Node.JS
GNU General Public License v3.0
49 stars 19 forks source link

fix authorize commands, optional apmac transform #1

Closed krystophv closed 7 years ago

krystophv commented 7 years ago

changes the authorize and unauthorize cmd to match the rest of the cmds as hyphenated as opposed to underscore separated and allows for the ap_mac parameter for authorize_guest to be truly optional by not attempting to lowercase if it does not exist

delian commented 7 years ago

Thanks