mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
a8c8739115
git-svn-id: https://svn.fhem.de/fhem/trunk@1269 2b470e98-0d58-463d-a4d8-8e2adae1ed80
32 lines
811 B
INI
32 lines
811 B
INI
attr global logfile -
|
|
attr global modpath .
|
|
attr global port 7072 global
|
|
attr global statefile test/fhem-eib.save
|
|
attr global verbose 5
|
|
|
|
define web FHEMWEB 8083 global
|
|
attr web fwmodpath webfrontend/pgm2
|
|
|
|
define tul TUL eibd:marvin 1.1.249
|
|
|
|
define Lampe1 EIB 0/0/1
|
|
define Lampe2 EIB 0/0/2 0/0/3
|
|
define Lampe3 EIB 0/0/3
|
|
|
|
define LightSens EIB 0/0/250
|
|
attr LightSens dummy 1
|
|
attr LightSens model brightness
|
|
#attr LightSens model lightsensor
|
|
#attr LightSens model date
|
|
|
|
define LightSensLog FileLog test/LightSens_%Y.log LightSens
|
|
define Lampe1Log FileLog test/Lampe1_%Y.log (Lampe1|Lampe2|Lampe3)
|
|
|
|
attr Lampe2 eventMap /on g2:stepUp/off g2:stepDwn/
|
|
|
|
attr Lampe1 webCmd on:off:on-for-timer 10
|
|
attr Lampe2 webCmd on:off:stepUp:stepDwn
|
|
|
|
get Lampe3 value
|
|
get Lampe1 value
|
|
get Lampe2 value |