From 11f59e21efa5286a8f010fce79b89e9a3524c0af Mon Sep 17 00:00:00 2001 From: Sasha MOREL Date: Thu, 26 May 2016 17:00:33 +0200 Subject: [PATCH] Updated TODOS Python2: - Updated TODO - Updated version Python3: - Updated TODO --- python2/homesfr.py | 3 +-- python3/homesfr.py | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/python2/homesfr.py b/python2/homesfr.py index 05b873b..0ff1b5f 100644 --- a/python2/homesfr.py +++ b/python2/homesfr.py @@ -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 diff --git a/python3/homesfr.py b/python3/homesfr.py index 32a4a31..0040734 100644 --- a/python3/homesfr.py +++ b/python3/homesfr.py @@ -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',