Bibliothèques d'accès au service HomebySFR
Go to file
Sasha MOREL c5d531eb10 Addind Common class for common ressources
Python2:
- Adding Common class for common ressources
- Inheritance from Common to HomeSFR and Sensors (and it's inherited class Camera)
- Adding the Sensors.get_mac () method
- Adding the Camera.get_snapshot () method
- Addind str2bytes () function for Python3 code compatibility (this library and the Python3 ones are quite identical)

Python3:
- Adding Common class for common ressources
- Inheritance from Common to HomeSFR and Sensors (and it's inherited class Camera)
- Adding the Sensors.get_mac () method
- Adding the Camera.get_snapshot () method
- Addind str2bytes () function for Python2 code compatibility (this library and the Python2 ones are quite identical)
- Changing all "readall" to "read", the method "readall" does not seem to exist in Python2, from what I tested, there's no problem with it
2021-08-14 08:30:46 +02:00
python2 Addind Common class for common ressources 2021-08-14 08:30:46 +02:00
python3 Addind Common class for common ressources 2021-08-14 08:30:46 +02:00
.gitignore Gerenal: 2021-08-14 08:30:46 +02:00
LICENSE Initial commit 2021-08-14 08:30:45 +02:00
README.md Gerenal: 2021-08-14 08:30:46 +02:00

README.md

What's this?

This is a set of libraries to control your Home by SFR account. They all work around the website.

What's Home by SFR?

Home by SFR is a security and automation service provided by the French Internet provider SFR. The library was only tested for the French version because I don't know if it exists elsewhere

Licence

These libraries are under GNU GPL v3.