JackNova / tplink

tplink router integration
https://tplink.readthedocs.io/en/latest/
MIT License
1 stars 9 forks source link

Add Omada Controller support #4

Open titilambert opened 5 years ago

titilambert commented 5 years ago

This patch adds support for Omada controller version 3.1.4. I guess it can work with other versions but I didn't tested. Also, with this patch, the lib tries to detect if the device is an Omada Controller or not. So nothing change for users.

Example:

tplink PASSWORD --host http://192.168.1.1:8088 --username USERNAME

Answer

{
    "AA:BB:CC:EE:FF:00": "device1",
    "AA:BB:CC:EE:FF:01": "device2"
}
titilambert commented 5 years ago

Any news @JackNova ?