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
28 lines
756 B
INI
28 lines
756 B
INI
attr global logfile -
|
|
attr global port 7072 global
|
|
attr global verbose 3
|
|
attr global statefile test/fhem.save
|
|
attr global modpath .
|
|
|
|
define FHZ FHZ none
|
|
|
|
define floor.lamp FS20 1234 00
|
|
define window.lamp FS20 1234 02
|
|
define marqee FS20 1234 07
|
|
define cellar FS20 1234 13
|
|
define btn4 FS20 1234 03
|
|
|
|
define wz FHT 1235
|
|
define fl FHT 1236
|
|
|
|
define tf1 HMS 1237
|
|
|
|
def ks1 KS300 1238
|
|
|
|
# The path must be absolute, else it won't work appear in fhemweb.pl (webpgm2)
|
|
define fllog FileLog /tmp/fhem/test/fl-%Y-%U.log fl:.*(temp|actuator).*
|
|
define wzlog FileLog /tmp/fhem/test/wz-%Y-%U.log wz:.*(temp|actuator).*
|
|
define outlog FileLog /tmp/fhem/test/out-%Y-%U.log out1:.*(H:).*
|
|
|
|
define n_btn4 notify btn4 /usr/local/bin/shared/setroll "%"
|