python-sagemcom-api
python-sagemcom-api copied to clipboard
(Unofficial) Python wrapper to interact with SagemCom F@st routers via internal API's.
## Model information | Key | Value | | ------------------------ | ----- | | Model name |F@st 5655V2| | Hardware Version |1.0| | Software Version |SG3G10000636| ## Describe the bug...
Got my router (Bell Giga Hub) working with this project so added it to the readme as well as its auth method. When testing other things noticed that the `pre-commit`...
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 4 to 9. Release notes Sourced from EndBug/add-and-commit's releases. v9.0.0 Changed: [BREAKING] The action will now fail when the git commit command fails. (#370) [BREAKING] The action...
**Is your feature request related to a problem? Please describe.** The internal Sagemcom API supports passing multiple actions in one request, which could speed up the request. **Describe the solution...
Hi. I got this model: | Key | Value | |----------------------------------|---------------------------| | Board ID: | FAST3890_D0 | | Symmetric CPU Threads: | 2 | | Build Timestamp: | 20190823_1045 |...
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. Release notes Sourced from black's releases. 24.8.0 Stable style Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.1. Release notes Sourced from aiohttp's releases. 3.10.1 Bug fixes Fixed WebSocket server heartbeat timeout logic to terminate :py:meth:~aiohttp.ClientWebSocketResponse.receive and return :py:class:~aiohttp.ServerTimeoutError -- by :user:arcivanov....