X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=play-sound-status.py;fp=play-sound-status.py;h=77abfd6ef11e73ccf95ff466c0951ac98b658fef;hb=07a9ad5b9492d70bc3be43821a251f2d892a6ece;hp=cbb63212b36961c6a44dbe2c0df94913c7c56e65;hpb=5f37c9ae4672a2eac20127b8b24fbd96695cf5ec;p=svn42.git diff --git a/play-sound-status.py b/play-sound-status.py index cbb6321..77abfd6 100755 --- a/play-sound-status.py +++ b/play-sound-status.py @@ -197,6 +197,8 @@ def executeAction(action_name, args=[]): return runRemoteCommand(uwscfg.getValue(action_name+"_remote_host"), uwscfg.getValue(action_name+"_remote_shell"), args) elif action_type == "shellcmd": return runShellCommand(cmd=uwscfg.getValue(action_name+"_cmd"), ptimeout=uwscfg.getValue(action_name+"_timeout"), stdinput=uwscfg.getValue(action_name+"_stdinput"), args=args) + elif action_type == "nothing": + return True else: return executeAction(action_type,args)