Skip to content

Commit

Permalink
Merge pull request #212 from sunspec/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
bobfox authored Apr 17, 2021
2 parents 9669dde + 9032cb9 commit a540536
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
14 changes: 7 additions & 7 deletions json/model_711.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"Stored control sets - Number of control sets contained in NCtl - The first set is read-only and indicates the current settings."
],
"count": "NCtl",
"desc": "Stored curve sets.",
"label": "Stored Curves",
"desc": "Stored control sets.",
"label": "Stored Controls",
"name": "Ctl",
"points": [
{
Expand Down Expand Up @@ -162,19 +162,19 @@
"size": 1,
"symbols": [
{
"desc": "Curve update in progress.",
"desc": "Control update in progress.",
"label": "Update In Progress",
"name": "IN_PROGRESS",
"value": 0
},
{
"desc": "Curve update completed successfully.",
"desc": "Control update completed successfully.",
"label": "Update Complete",
"name": "COMPLETED",
"value": 1
},
{
"desc": "Curve update failed.",
"desc": "Control update failed.",
"label": "Update Failed",
"name": "FAILED",
"value": 2
Expand All @@ -183,8 +183,8 @@
"type": "enum16"
},
{
"desc": "Number of stored curves supported.",
"label": "Stored Curve Count",
"desc": "Number of stored controls supported.",
"label": "Stored Control Count",
"mandatory": "M",
"name": "NCtl",
"size": 1,
Expand Down
11 changes: 11 additions & 0 deletions json/model_713.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"desc": "State of charge of the DER storage.",
"label": "State of Charge",
"name": "SoC",
"sf": "Pct_SF",
"size": 1,
"type": "uint16",
"units": "Pct"
Expand All @@ -54,6 +55,7 @@
"desc": "State of health of the DER storage.",
"label": "State of Health",
"name": "SoH",
"sf": "Pct_SF",
"size": 1,
"type": "uint16",
"units": "Pct"
Expand Down Expand Up @@ -90,6 +92,15 @@
"label": "Energy Scale Factor",
"name": "WH_SF",
"size": 1,
"static": "S",
"type": "sunssf"
},
{
"desc": "Scale factor for percentage.",
"label": "Percent Scale Factor",
"name": "Pct_SF",
"size": 1,
"static": "S",
"type": "sunssf"
}
],
Expand Down

0 comments on commit a540536

Please sign in to comment.