mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
new global attributes <updateserver>, <updatepath>, <updatectrlfile> for the new update process added
git-svn-id: https://svn.fhem.de/fhem/trunk@1659 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fb0bded435
commit
2ba2c1bfaa
@ -51,6 +51,8 @@
|
||||
- feature: motd with SecurityCheck added
|
||||
- feature: telnet module added, attr global port moved. allowfrom changed.
|
||||
- feature: FhemUtils/release.pm for the new update process added. (M. Fischer)
|
||||
- feature: new global attributes <updateserver>, <updatepath>, <updatectrlfile>
|
||||
for the new update process added (M. Fischer)
|
||||
|
||||
- 2011-12-31 (5.2)
|
||||
- bugfix: applying smallscreen attributes to firefox/opera
|
||||
|
@ -195,7 +195,8 @@ $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 updatebranch";
|
||||
"exclude_from_update motd updatebranch updateserver updatepath " .
|
||||
"updatectrlfile ";
|
||||
|
||||
$modules{Global}{AttrFn} = "GlobalAttr";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user