Skip to content

Commit

Permalink
Merge pull request #191 from sunspec/development
Browse files Browse the repository at this point in the history
#190 - Model 705; For points 'VRef', 'VRefAuto' added sf 'V_SF' and u…
  • Loading branch information
bobfox authored Jan 13, 2021
2 parents 2bb8e16 + 811ef71 commit 908c176
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions json/model_705.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,18 @@
"label": "Vref Adjustment",
"name": "VRef",
"notes": "",
"type": "uint16"
"sf": "V_SF",
"type": "uint16",
"units": "VRefPct"
},
{
"desc": "Autonomous vref value as a percentage of nominal voltage.",
"label": "Current Autonomous Vref",
"name": "VRefAuto",
"notes": "",
"type": "uint16"
"sf": "V_SF",
"type": "uint16",
"units": "VRefPct"
},
{
"access": "RW",
Expand Down

0 comments on commit 908c176

Please sign in to comment.