File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments