Updated TODOS

Python2:
- Updated TODO
- Updated version

Python3:
- Updated TODO
This commit is contained in:
Sasha MOREL 2016-05-26 17:00:33 +02:00
parent bf95364048
commit 11f59e21ef
2 changed files with 1 additions and 4 deletions

View File

@ -10,13 +10,12 @@ This is a wrap aroud website, this could stop working without prior notice
# TODO:
## Manage cameras
### Get video
## Manage logs
authors = (
'Gilles "Almtesh" Émilien MOREL',
)
name = 'homesfr for Python 2'
version = '0.12-20160525'
version = '0.13-20160526'
# Settable modes
MODE_OFF = 0

View File

@ -9,8 +9,6 @@ This is a wrap aroud website, this could stop working without prior notice
# TODO:
## Manage cameras
### Get video
## Manage logs
## Generalize the Sensor.refresh () method in the Common class
authors = (
'Gilles "Almtesh" Émilien MOREL',