Skip to content

Commit 908c176

Browse files
author
bobfox
authored
Merge pull request #191 from sunspec/development
#190 - Model 705; For points 'VRef', 'VRefAuto' added sf 'V_SF' and u…
2 parents 2bb8e16 + 811ef71 commit 908c176

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

json/model_705.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,18 @@
140140
"label": "Vref Adjustment",
141141
"name": "VRef",
142142
"notes": "",
143-
"type": "uint16"
143+
"sf": "V_SF",
144+
"type": "uint16",
145+
"units": "VRefPct"
144146
},
145147
{
146148
"desc": "Autonomous vref value as a percentage of nominal voltage.",
147149
"label": "Current Autonomous Vref",
148150
"name": "VRefAuto",
149151
"notes": "",
150-
"type": "uint16"
152+
"sf": "V_SF",
153+
"type": "uint16",
154+
"units": "VRefPct"
151155
},
152156
{
153157
"access": "RW",

0 commit comments

Comments
 (0)