kozmoz / atag-one-api

ATAG ONE API
MIT License
18 stars 3 forks source link

Authorization request does not include mac_address #13

Closed kozmoz closed 7 years ago

kozmoz commented 7 years ago

The authorization request does not include the mac_address, but instead the name of the variable.

"\"mac_address\":\" + macAddress + \"}," should be: "\"mac_address\":\"" + macAddress + "\"},"