From 748ad8d5593e4813ad4142343ef0370eb447cc7d Mon Sep 17 00:00:00 2001 From: mfr69bs <> Date: Mon, 25 Jun 2012 14:07:42 +0000 Subject: [PATCH] global attribute updatebranch added git-svn-id: https://svn.fhem.de/fhem/trunk@1654 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/fhem.pl b/fhem/fhem.pl index f97ad4996..178732ba4 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -195,7 +195,7 @@ $modules{Global}{AttrList} = "verbose:1,2,3,4,5 mseclog version nofork logdir holiday2we " . "autoload_undefined_devices dupTimeout latitude longitude " . "backupcmd backupdir backupsymlink backup_before_update " . - "exclude_from_update motd"; + "exclude_from_update motd updatebranch"; $modules{Global}{AttrFn} = "GlobalAttr";