Skip to content

Commit d815870

Browse files
author
foxthefox
committed
1.4.8 timetask58x corr
1 parent 41cebfe commit d815870

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

lib/dict_data/ef_stream_ac_data.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,6 +2031,9 @@ async function storeProtoPayload(adapter, stateDictObj, stateObj, topic, payload
20312031
let val;
20322032
let haupd;
20332033
switch (state) {
2034+
case 'timetask584':
2035+
case 'timetask595':
2036+
break;
20342037
case 'displayStatisticsSum':
20352038
case 'runtimeStatisticsSum':
20362039
adapter.log.debug(
@@ -2207,8 +2210,6 @@ async function storeProtoPayload(adapter, stateDictObj, stateObj, topic, payload
22072210
break;
22082211
case 'ConfigRead':
22092212
case 'ConfigReadAck':
2210-
case 'timetask584':
2211-
case 'timetask595':
22122213
break;
22132214
case 'info':
22142215
//channel info is only received when offline, no need to check the content

lib/dict_data/ef_stream_ac_pro_data.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,6 +2138,9 @@ async function storeProtoPayload(adapter, stateDictObj, stateObj, topic, payload
21382138
let val;
21392139
let haupd;
21402140
switch (state) {
2141+
case 'timetask584':
2142+
case 'timetask595':
2143+
break;
21412144
case 'displayStatisticsSum':
21422145
case 'runtimeStatisticsSum':
21432146
adapter.log.debug(
@@ -2314,8 +2317,6 @@ async function storeProtoPayload(adapter, stateDictObj, stateObj, topic, payload
23142317
break;
23152318
case 'ConfigRead':
23162319
case 'ConfigReadAck':
2317-
case 'timetask584':
2318-
case 'timetask595':
23192320
break;
23202321
case 'info':
23212322
//channel info is only received when offline, no need to check the content

0 commit comments

Comments
 (0)