Skip to content

Commit 6f56ab4

Browse files
committed
upd txt
1 parent ac29299 commit 6f56ab4

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

Distr/nrf24batch/Kitchen Vent Dimmer.txt

+17-13
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,19 @@ R: _FanOn=0x76,RAM
9292
R: _FanOnNext=0x74,RAM
9393
R: _FanOnNextCnt=0x72,RAM
9494
R: _FanOnLast=0x73,RAM
95-
R: _IRHashLast*2=0x7B,RAM,R2#
96-
R: _SleepTimer=0x83,RAM
95+
R: _IRHashLast*2=0x7C,RAM,R2#
96+
R: _SleepTimer=0x84,RAM
9797

98-
R: _OutSpeedMax=0x86,RAM
99-
W: _OutSpeedMax=,0x86,WRAM
98+
R: _OutSpeedMax=0x87,RAM
99+
W: _OutSpeedMax=,0x87,WRAM
100100
R: _LED_Warning=0x6B,RAM
101101
W: _LED_Warning=,0x6B,WRAM
102-
R: _ZeroCrossDelay=0x8D,RAM,R2
103-
W: _ZeroCrossDelay=,0x8D,WRAM,W2
104-
R: _PulseDelayAfterZero=0x99,RAM,R2
105-
W: _PulseDelayAfterZero=,0x99,WRAM,W2
106-
R: _PulseWidth=0x8B,RAM,R2
107-
W: _PulseWidth=,0x8B,WRAM,W2
102+
R: _ZeroCrossDelay*2=0x8E,RAM,R2
103+
W: _ZeroCrossDelay*2=,0x8E,WRAM,W2
104+
R: _PulseDelayAfterZero*2=0x9A,RAM,R2
105+
W: _PulseDelayAfterZero=,0x9A,WRAM,W2
106+
R: _PulseWidth*2=0x8C,RAM,R2
107+
W: _PulseWidth*2=,0x8C,WRAM,W2
108108

109109
W: Reset=,RESET,0xC1
110110

@@ -115,8 +115,10 @@ S: FanSpdDn=,3,0x40
115115
S: FanSpdSave=,4,0x40
116116
S: SetupIR=,5,0x40
117117

118-
SBatch: Fan Cooker On: Fan=6
119-
SBatch: Fan On: Fan=3
118+
SBatch: Fan Cooker Max: Fan=6
119+
SBatch: Fan Cooker Min: Fan=4
120+
SBatch: Fan Max: Fan=3
121+
SBatch: Fan Min: Fan=1
120122
SBatch: Fan Off: Fan=0
121123
SBatch: Lamp On: Lamp=1
122124
SBatch: Lamp Off: Lamp=0
@@ -129,11 +131,13 @@ RBatch: Work: ID;CO2 level;FanCookSpeed;FanCookOnTime;FanCookOffTime;FanCookSlee
129131
RBatch: Hardware: ID;RxAddr;Ch;SpeedInitIdx;Flags;OutSpeedMax;IRRemotes;ZeroCrossLag,us;SSR_PulseWidth,us;OSCCAL_EMEM
130132
RBatch: All: ID;CO2 level;FanCookSpeed;FanCookOnTime;FanCookOffTime;FanCookSleep;FanSpeed;FanOnTime;FanOffTime;FanSleep;RxAddr;Ch;SpeedInitIdx;Flags;OutSpeedMax;IRRemotes;IRRemotesHash
131133

132-
WBatch: Init(Cook2spd,Lamp-F2.2): RxAddr=0xC1;Ch=122;CO2 level={870,930,1000};Fan speeds=3;FanSpeed={14,15,16};FanCook speeds=3;FanCookSpeed={15,16,32};FanSleep=20;FanCookSleep=6;FanOnTime=150;FanCookOnTime=0;FanOffTime=100;FanCookOffTime=0;SpeedInitIdx=0;SpeedKeyIdx=6;Flags=0x0D;OutSpeedMax=16;ZeroCrossLag,us=500;SSR_PulseWidth,us=9999
134+
WBatch: Init(Cook2spd,Lamp-F2.2): RxAddr=0xC1;Ch=122;CO2 level={870,930,1000};Fan speeds=3;FanSpeed={14,15,16};FanCook speeds=3;FanCookSpeed={15,16,32};FanSleep=20;FanCookSleep=6;FanOnTime=150;FanCookOnTime=0;FanOffTime=100;FanCookOffTime=0;SpeedInitIdx=0;SpeedKeyIdx=6;Flags=0x0D;OutSpeedMax=16;ZeroCrossLag,us=200;SSR_PulseWidth,us=9999
133135
WBatch: IRRemotes clear: IRRemotes=0
134136
WBatch: IRRemotes 1 kitchen: IRRemotes=1;IRRemotesHash={0x6DA5,0xFCA5,0x7CA5,0xB425,0x3425,0x1625,0x8525}
135137
WBatch: Fans Speeds: Fan speeds=3;FanSpeed={14,15,16};FanCook speeds=3;FanCookSpeed={14,16,32}
136138
WBatch: LED Warning: _LED Warning=0x10
137139
WBatch: OSCCAL: _OSCCAL=146
138140
WBatch: CO2 Level: CO2 level={750,850,1000}
141+
WBatch: Zero cross EEPROM: ZeroCrossLag,us=200;SSR_PulseWidth,us=200
142+
WBatch: Zero cross RAM: _ZeroCrossDelay=1225;_PulseDelayAfterZero=0001;_PulseWidth=1249
139143
WBatch: Reset: Reset

0 commit comments

Comments
 (0)