mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
92a3f268ed
git-svn-id: https://svn.fhem.de/fhem/trunk@56 2b470e98-0d58-463d-a4d8-8e2adae1ed80
22 lines
577 B
INI
22 lines
577 B
INI
attr global logfile -
|
|
attr global port 7072
|
|
attr global verbose 3
|
|
attr global statefile test/fhem_small.save
|
|
attr global modpath .
|
|
attr global pidfilename test/fhz.pid
|
|
define FHZ FHZ none
|
|
|
|
define floor.lamp FS20 1234 00
|
|
define window.lamps FS20 1234 01
|
|
define cellar.lamp FS20 1234 13
|
|
define btn4 FS20 1234 03
|
|
|
|
define wz FHT 1235
|
|
|
|
define tf1 HMS 1237
|
|
|
|
# The path must be abolute, else it won't work in the fhemweb.pl display
|
|
define wzlog FileLog /tmp/fhem-2.1/test/wz-%Y-%U.log wz:.*(temp|actuator).*
|
|
|
|
define n_btn4 notify btn4 /usr/local/bin/shared/setroll "%"
|