- Changed structure to allow other languages
- Added Python2's file to ignore in .gitignore
- Changed README with a language-free text

Python2:
- Added initial file with top

Python3:
- Added Sensor class for better reading of values
- Changed return of HomeSFR.get_sensor () method
This commit is contained in:
2016-05-22 22:57:39 +02:00
parent a511314e9a
commit a340d1d228
4 changed files with 149 additions and 19 deletions

5
.gitignore vendored
View File

@@ -1,2 +1,3 @@
# Byte-compiled / optimized / DLL files
__pycache__/
# Byte-compiled Python
__pycache__/
*.pyc