From b4990b3668cefd272bc354cfc87979097820f70a Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Fri, 23 Oct 2020 22:09:12 +0200 Subject: [PATCH] Add step to exe fhem command from command line --- seqs/fhem.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/seqs/fhem.sh b/seqs/fhem.sh index 9ac6ff1..f49a870 100755 --- a/seqs/fhem.sh +++ b/seqs/fhem.sh @@ -78,5 +78,12 @@ step_32() { } systemdConfigLoc="/etc/systemd/system" +step_40_info() { echo "Execute fhem [COMMAND]"; } +step_40_alias() { ALIAS="exe"; } +step_40() { + shift + exe perl "${toolHome}/fhem.pl" 7072 "$1" +} + VERSION_SEQREV=11 . /usr/local/bin/sequencer.sh