mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
22 lines
488 B
INI
22 lines
488 B
INI
|
logfile -
|
||
|
port 7072
|
||
|
verbose 3
|
||
|
savefile test/fhem_small.save
|
||
|
modpath .
|
||
|
define FHZ FHZ none
|
||
|
pidfile test/fhz.pid
|
||
|
|
||
|
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).*
|
||
|
|
||
|
notifyon btn4 /usr/local/bin/shared/setroll "%"
|