-
Notifications
You must be signed in to change notification settings - Fork 0
/
fhem_structure.cfg
45 lines (38 loc) · 1.87 KB
/
fhem_structure.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
###############################################################################
# #
# /etc/fhem/fhem_structure.cfg Wolfram Plettscher 06/2017 #
# included into fhem.cfg #
# #
# define FHEM structures #
# #
###############################################################################
### define all EG Rollades
define roll_EG structure rolladenEG roll_Gast roll_Kueche roll_Esszimmer roll_TerrEssz roll_TerrWohnz
#define roll_EG structure rolladenEG roll_Kueche roll_Esszimmer roll_TerrEssz roll_TerrWohnz
attr roll_EG eventMap /off:Ab/on:Auf/
attr roll_EG group Rolladen
attr roll_EG room EG,Wohnzimmer,Rolladen
attr roll_EG webCmd Auf:Ab
### define all EG Rollades except TerrWohnz, TerrEssz
define roll_EGx structure rolladenEG roll_Gast roll_Kueche roll_Esszimmer
#define roll_EGx structure rolladenEG roll_Kueche roll_Esszimmer roll_TerrEssz
attr roll_EGx eventMap /off:Ab/on:Auf/
attr roll_EGx group Rolladen
attr roll_EGx room EG,Wohnzimmer,Rolladen
attr roll_EGx webCmd Auf:Ab
### define all OG Rollades
#define roll_OG structure rolladenOG roll_Schlaf roll_Bad
#define roll_OG structure rolladenOG roll_Buero roll_Schlaf
#attr roll_OG eventMap /off:Ab/on:Auf/
#attr roll_OG group Rolladen
#attr roll_OG room OG,Rolladen
#attr roll_OG webCmd Auf:Ab
### define all LEDs
#define LED_RGB structure ledsrgb LED_R LED_G LED_B
#attr LED_RGB room Bad
#define LED_RG structure ledsrg LED_R LED_G
#attr LED_RG room Bad
#define LED_GB structure ledgb LED_G LED_B
#attr LED_GB room Bad
#define LED_RB structure ledrb LED_R LED_B
#attr LED_RB room Bad