mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
RESIDENTStk.pm: correctly escape @ character, no.2
git-svn-id: https://svn.fhem.de/fhem/trunk@11403 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9177bc410d
commit
f702d9d6b4
@ -444,7 +444,7 @@ if (\$EVTPART0 eq \"stop\") {\
|
||||
##\
|
||||
\
|
||||
## Play morning announcement via SONOS at Bedroom\
|
||||
#fhem \"set Sonos_Bedroom Stop;; msg audio \@Sonos_Bedroom |Hint| Guten Morgen, $wakeupUserdeviceRealname<.\";;\
|
||||
#fhem \"set Sonos_Bedroom Stop;; msg audio \\\@Sonos_Bedroom |Hint| Guten Morgen, $wakeupUserdeviceRealname<.\";;\
|
||||
\
|
||||
## In 10 seconds, start webradio playback in Bedroom\
|
||||
#fhem \"sleep 10;; set Sonos_Bedroom StartRadio /Charivari/;; sleep 2;; set Sonos_Bedroom Volume 15\";;\
|
||||
@ -650,7 +650,7 @@ if (\$EVTPART0 eq \"stop\") {\
|
||||
## In 90 minutes, switch House Mode to 'day' and\
|
||||
## play voice announcement via SONOS\
|
||||
#if (!defined($defs{\"atTmp_HouseMode_day\"})) {\
|
||||
# fhem \"define atTmp_HouseMode_day at +01:30:00 {if (ReadingsVal(\\\"HouseMode\\\", \\\"state\\\", 0) ne \\\"day\\\") {fhem \\\"msg audio \@Sonos_Kitchen Tagesmodus wird etabliert.;;;; sleep 10;;;; set HouseMode day\\\"}}\";;\
|
||||
# fhem \"define atTmp_HouseMode_day at +01:30:00 {if (ReadingsVal(\\\"HouseMode\\\", \\\"state\\\", 0) ne \\\"day\\\") {fhem \\\"msg audio \\\@Sonos_Kitchen Tagesmodus wird etabliert.;;;; sleep 10;;;; set HouseMode day\\\"}}\";;\
|
||||
#}\
|
||||
\
|
||||
}";
|
||||
|
Loading…
Reference in New Issue
Block a user