Skip to content

Commit ce4f6c5

Browse files
authored
Merge pull request #369 from foxthefox/1.4.8
1.4.8
2 parents 09f8a42 + d815870 commit ce4f6c5

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ it creates [PROTOBUF unknown] messages in th log, they contain the raw hex teleg
387387
- (foxthefox) new msg counter for received telegrams from EF-cloud (within 10s)
388388
- (foxthefox) correction of enBeep (dataLen=2) for Delta3/+/max+/pro
389389
- (foxthefox) correction of AC1/2/3 switching on SHP2 (issue #312)
390+
- (foxthefox) Stream AC timetask58x exclude
390391
- (foxthefox) dev dependencies cleanup
391392

392393
### 1.4.7 (npm)

lib/dict_data/ef_stream_ac_data.js

Lines changed: 3 additions & 0 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(

lib/dict_data/ef_stream_ac_pro_data.js

Lines changed: 3 additions & 0 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(

0 commit comments

Comments
 (0)