FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: schrader am 25 April 2013, 20:52:00

Titel: was bewirkt das #
Beitrag von: schrader am 25 April 2013, 20:52:00
Hallo leute,
was bewirkt das Zeichen # in der FHEM.cfg

z.B.
# Disable this to avoid looking for new USB devices on startup
define initialUsbCheck notify global:INITIALIZED usb create


# If the above notify did not helped, then you probably have to enable some of
# the following lines.  Verify first that /dev/xxx ist correct.
Titel: Aw: was bewirkt das #
Beitrag von: Carsten am 25 April 2013, 22:05:53
Das # kommentiert alles was danach kommt aus. Es wird dann vom Programm ignoriert.