mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 14:16:42 +00:00
msgSchema.pm: fix undefined variable (Forum msg405396)
git-svn-id: https://svn.fhem.de/fhem/trunk@10752 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1c6ff3de33
commit
2f597658d9
@ -286,11 +286,11 @@ my $db = {
|
|||||||
|
|
||||||
'XBMC' => {
|
'XBMC' => {
|
||||||
'Normal' =>
|
'Normal' =>
|
||||||
'{ my $dev=\'%DEVICE%\'; my $msg=\'%MSG%\'; $timeout=%TIMEOUT%*1000; fhem "set $dev msg $msg $timeout %XBMC_ICON%"; }',
|
'{ my $dev=\'%DEVICE%\'; my $msg=\'%MSG%\'; my $timeout=%TIMEOUT%*1000; fhem "set $dev msg $msg $timeout %XBMC_ICON%"; }',
|
||||||
'High' =>
|
'High' =>
|
||||||
'{ my $dev=\'%DEVICE%\'; my $msg=\'%MSG%\'; $timeout=%TIMEOUT%*1000; fhem "set $dev msg $msg $timeout %XBMC_ICON%"; }',
|
'{ my $dev=\'%DEVICE%\'; my $msg=\'%MSG%\'; my $timeout=%TIMEOUT%*1000; fhem "set $dev msg $msg $timeout %XBMC_ICON%"; }',
|
||||||
'Low' =>
|
'Low' =>
|
||||||
'{ my $dev=\'%DEVICE%\'; my $msg=\'%MSG%\'; $timeout=%TIMEOUT%*1000; fhem "set $dev msg $msg $timeout %XBMC_ICON%"; }',
|
'{ my $dev=\'%DEVICE%\'; my $msg=\'%MSG%\'; my $timeout=%TIMEOUT%*1000; fhem "set $dev msg $msg $timeout %XBMC_ICON%"; }',
|
||||||
'defaultValues' => {
|
'defaultValues' => {
|
||||||
'Normal' => {
|
'Normal' => {
|
||||||
'TIMEOUT' => 8,
|
'TIMEOUT' => 8,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user