I get { "result":{ "failureCount":10, "attemptsAllowed":0 }, "error_code":-5003 } attempting to login to my Deco M5
It looks like this Home assistant add-on implements it in Python https://github.com/amosyuen/ha-tplink-deco/blob/master/custom_components/tplink_deco/ in case anyone was interested in porting to Go π
I get
{ "result":{ "failureCount":10, "attemptsAllowed":0 }, "error_code":-5003 }attempting to login to my Deco M5It looks like this Home assistant add-on implements it in Python https://github.com/amosyuen/ha-tplink-deco/blob/master/custom_components/tplink_deco/ in case anyone was interested in porting to Go π