twrecked / pyaarlo

Asynchronous Arlo Component for Python
GNU Lesser General Public License v3.0
50 stars 34 forks source link

Arlo Go V2 #101

Closed njaouen closed 1 year ago

njaouen commented 2 years ago

Hi, I am wondering if the current Arlo Go V2 would work with Pyaarlo, or if code updates would be required ? Thanks.

njaouen commented 2 years ago

Except I guess for the introduction of : MODEL_GO_2 = "VML2030"

twrecked commented 2 years ago

That's a good question. I think it might just work but if the camera has special features - ie, it's its own base station - we might need to add the model number so we can check that and act on it.

You can see examples of tailoring for a particular device in __init__.py around line 210.

twrecked commented 1 year ago

merge pulled so I'm closing...