FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: Tom111 am 21 Juni 2015, 11:24:54

Titel: Update verhindern
Beitrag von: Tom111 am 21 Juni 2015, 11:24:54
Hallo,
wie kann ich verhindern dass ein Modul unter .../fhem/FHEM bei dem Updateprozess aktualisiert wird ?
Titel: Antw:Update verhindern
Beitrag von: Markus Bloch am 21 Juni 2015, 11:39:48
durch das global-Attribut: exclude_from_update

Zitat von: http://fhem.de/commandref.html#update
exclude_from_update
Contains a space separated list of fileNames (regexps) which will be excluded by an update. The special value commandref will disable calling commandref_join at the end, i.e commandref.html will be out of date. The module-only documentation is not affected and is up-to-date.
Example:
- attr global exclude_from_update 21_OWTEMP.pm FS20.off.png
steht alles in der commandref: http://fhem.de/commandref.html#update

Gruß
Markus
Titel: Antw:Update verhindern
Beitrag von: Tom111 am 21 Juni 2015, 13:00:48
jo, mein Fehler  ::)

Danke!

Gruß
Tom