Open
Description
This might be a stupid question.. but how can i contribute? Do i fork or create a branch?
Items..
- I would like to enhance the webapi url's and models to be more OO by doing like a class hierarch to support different versions of omoda.
- I am writing code to support enabling and disabling NAT rules.
The new version of omada they changed the api for users/site info.
This is the part that is not working.. I am working on updating this with the new version..
{
async def _update_site_id(self):
"""Obtain site id for specified site name. Required in v5.0.0+"""
response = await self._controller_request(
"get",
"/users/current",
params=[("currentPage", "1"), ("currentPageSize", "10000")],
private=True,
)
}
This is the controller version.. 5.15.24.17
Thank you. and Thank You for the great start on supporting Omada for HA.
Metadata
Metadata
Assignees
Labels
No labels