Salamek / huawei-lte-api

API For huawei LAN/WAN LTE Modems
GNU Lesser General Public License v3.0
376 stars 92 forks source link

add: add vpn toggle status method #189

Closed mehdiirh closed 1 year ago

mehdiirh commented 1 year ago

added a method to enable/disable VPN

mehdiirh commented 1 year ago

https://github.com/Salamek/huawei-lte-api/assets/38499444/3216491a-5534-4b0e-8b54-0559bcb61908

mehdiirh commented 1 year ago

What's the problem ?

Salamek commented 1 year ago

What's the problem ?

Incorrect return type and usage of private method, you should use post_set instead of _post and SetResponseType instead of GetResponseType

mehdiirh commented 1 year ago

Done