Skip to content

Commit 45debad

Browse files
committed
reverting to SocRsvMax typo since some have 802 certifications
1 parent 6e1713c commit 45debad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

json/model_802.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"access": "RW",
9494
"desc": "Setpoint for maximum reserve for storage as a percentage of the nominal maximum storage.",
9595
"label": "Max Reserve Percent",
96-
"name": "SoCRsvMax",
96+
"name": "SocRsvMax",
9797
"sf": "SoC_SF",
9898
"size": 1,
9999
"type": "uint16",

smdx/smdx_00802.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<point id="DisChaRte" offset="4" type="uint16" len="1" sf="DisChaRte_SF" units="%WHRtg" />
1010
<point id="SoCMax" offset="5" type="uint16" len="1" sf="SoC_SF" units="%WHRtg" />
1111
<point id="SoCMin" offset="6" type="uint16" len="1" sf="SoC_SF" units="%WHRtg" />
12-
<point id="SoCRsvMax" offset="7" type="uint16" len="1" sf="SoC_SF" access="rw" units="%WHRtg" />
12+
<point id="SocRsvMax" offset="7" type="uint16" len="1" sf="SoC_SF" access="rw" units="%WHRtg" />
1313
<point id="SoCRsvMin" offset="8" type="uint16" len="1" sf="SoC_SF" access="rw" units="%WHRtg" />
1414
<point id="SoC" offset="9" type="uint16" len="1" sf="SoC_SF" units="%WHRtg" mandatory="true" />
1515
<point id="DoD" offset="10" type="uint16" len="1" sf="DoD_SF" units="%" />
@@ -175,7 +175,7 @@
175175
<description>Manufacturer minimum state of charge, expressed as a percentage.</description>
176176
<notes/>
177177
</point>
178-
<point id="SoCRsvMax">
178+
<point id="SocRsvMax">
179179
<label>Max Reserve Percent</label>
180180
<description>Setpoint for maximum reserve for storage as a percentage of the nominal maximum storage.</description>
181181
<notes/>

0 commit comments

Comments
 (0)