Subversion Repositories HomeAutomation

Rev

Rev 1439 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1439 Rev 1756
Line 2... Line 2...
2
 
2
 
3
#Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list
3
#Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list
4
act_RGBW_USEEEPROM=1
4
act_RGBW_USEEEPROM=1
5
 
5
 
6
act_RGBW_ID=<ID>
6
act_RGBW_ID=<ID>
7
#act_RGBW_DUMMY=1
-
 
8
#act_RGBW_DUMMY_TIMER=<TIMER>
-
 
9
act_RGBW_STORE_VALUE_TIMEOUT=<TIMER>
7
act_RGBW_STORE_VALUE_TIMEOUT=<TIMER>
10
act_RGBW_REGULATOR_TIMER=<TIMER>
8
act_RGBW_REGULATOR_TIMER=<TIMER>
11
act_RGBW_STORE_VALUE_TIMEOUT_TIME=10
9
act_RGBW_STORE_VALUE_TIMEOUT_TIME=10
12
 
10
 
13
act_RGBW_SEND_STATUS_TIMEOUT=<TIMER>
11
act_RGBW_SEND_STATUS_TIMEOUT=<TIMER>
14
act_RGBW_SEND_STATUS_INTERVAL_S=5
12
act_RGBW_SEND_STATUS_INTERVAL_S=5
15
 
13
 
16
act_RGBW_FADE_TIMER=<TIMER>
14
act_RGBW_FADE_TIMER=<TIMER>
17
 
15
 
18
act_RGBW_ENABLE_FADE=1
16
act_RGBW_ENABLE_FADE=1
19
#Uncomment to use the pcint driver
-
 
20
#act_RGBW_DUMMY_PCINT=<PCINT>
-
 
21
 
17
 
22
## End section act_RGBW -- Do not edit this line
18
## End section act_RGBW -- Do not edit this line