Skip to content

Commit f83989e

Browse files
authored
Merge pull request #370 from foxthefox/1.4.8
1.4.8 powGetSchuko
2 parents ce4f6c5 + a6f0435 commit f83989e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/dict_data/ef_stream_ac_pro_data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ const deviceStates = {
661661
},
662662
powGetSchuko1: {
663663
min: 0,
664-
max: 2000,
664+
max: 2100,
665665
unit_of_measurement: 'W',
666666
mult: 1,
667667
entity_type: 'sensor',
@@ -672,7 +672,7 @@ const deviceStates = {
672672
},
673673
powGetSchuko2: {
674674
min: 0,
675-
max: 2000,
675+
max: 2100,
676676
unit_of_measurement: 'W',
677677
mult: 1,
678678
entity_type: 'sensor',

lib/dict_data/ef_stream_ultra_data.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ const deviceStates = {
681681
},
682682
powGetSchuko1: {
683683
min: 0,
684-
max: 2000,
684+
max: 2100,
685685
unit_of_measurement: 'W',
686686
mult: 1,
687687
entity_type: 'sensor',
@@ -692,7 +692,7 @@ const deviceStates = {
692692
},
693693
powGetSchuko2: {
694694
min: 0,
695-
max: 2000,
695+
max: 2100,
696696
unit_of_measurement: 'W',
697697
mult: 1,
698698
entity_type: 'sensor',
@@ -2826,7 +2826,7 @@ message CMSHeartBeatReport {
28262826
optional ems_heartbeat_pack_v1p3_t v1p3 = 2;
28272827
}
28282828
2829-
message BMSHeartBeatReport{
2829+
message BMSHeartBeatReport {
28302830
optional uint32 num = 1;
28312831
optional uint32 type = 2;
28322832
optional uint32 cell_id = 3;

0 commit comments

Comments
 (0)