neutrino.cpp: handle deepstandy-scripts in same way as the other scripts

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5284ffa3d6
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-10-29 (Mon, 29 Oct 2012)

Origin message was:
------------------
- neutrino.cpp: handle deepstandy-scripts in same way as the other scripts

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2012-10-29 14:29:03 +01:00
parent 080f34ee3a
commit ebdca86596
2 changed files with 8 additions and 8 deletions

View File

@@ -66,6 +66,8 @@
#define NEUTRINO_RECORDING_ENDED_SCRIPT CONFIGDIR "/recording.end"
#define NEUTRINO_ENTER_STANDBY_SCRIPT CONFIGDIR "/standby.on"
#define NEUTRINO_LEAVE_STANDBY_SCRIPT CONFIGDIR "/standby.off"
#define NEUTRINO_ENTER_DEEPSTANDBY_SCRIPT CONFIGDIR "/deepstandby.on"
#define NEUTRINO_LEAVE_DEEPSTANDBY_SCRIPT CONFIGDIR "/deepstandby.off"
#define MOVIEPLAYER_START_SCRIPT CONFIGDIR "/movieplayer.start"
#define MOVIEPLAYER_END_SCRIPT CONFIGDIR "/movieplayer.end"