AlexandrErohin / TP-Link-Archer-C6U

Python package for API access and management for TP-Link Routers. See supported routers list
GNU General Public License v3.0
31 stars 13 forks source link

Reading received SMS #19

Open iursevla opened 3 months ago

iursevla commented 3 months ago

I'm deciding on what Router to buy and I need the capacity to retrieve existing SMS. I saw in the code that it can send but didn't find the API to retrieve received messages.

Is there something blocking the implementation or it was just not yet implemented?

If it's the latter I can take a look when I buy one (thinking on Archer MR600 V3).

AlexandrErohin commented 3 months ago

Hi, I only needed send sms, so I didn't implement receiving

For now, Archer MR600 v1 supports are confirmed

iursevla commented 3 months ago

Hi,

When I get the router I'll try to implement the SMS receiving part.

Thanks, @AlexandrErohin for your awesome work