diff --git a/src/games_console_minder.py b/src/games_console_minder.py deleted file mode 100644 index dabbb71..0000000 --- a/src/games_console_minder.py +++ /dev/null @@ -1,16 +0,0 @@ -# games_console_minder.py 28/05/2016 D.J.Whale -# -# A simple demo showing how to turn the games console off after a timeout limit - -# REQUIREMENTS -# - senses when the games console is turned on via energy usage monitor and/or switch status -# - starts a cumulative timer of game time used -# - when a limit is reached, sound an alarm by playing a warning sound -# - when 1 minute from turn off, sound a very anoying warning sound -# - turn the plug off when alarm time reached -# - persist game used time to a file for recall later -# - allow limits on total time per day, and total time in one sitting -# - simple status messages on the screen - -# END - diff --git a/src/web_console.py b/src/web_console.py deleted file mode 100644 index 1eb701c..0000000 --- a/src/web_console.py +++ /dev/null @@ -1,17 +0,0 @@ -# web_console.py 28/05/2016 D.J.Whale -# -# A demo of a simple web console for controlling/monitoring Energenie devices - -# This is mostly a very simple - -# REQUIREMENTS -# - zero install (probably python bottle) -# - simple monitor/control interface -# - live status display of all registered devices with values and states -# - turn on/off devices that have a switch -# - simple setup tool interface -# - enter/exit learn mode for legacy -# - change discovery status -# - rename/delete devices in registry (e.g. from auto learn) - -# END