sunspec / models

SunSpec Model Definitions
Apache License 2.0
93 stars 52 forks source link

Model 712 Watt-Var Active Power Point Coordinates should be signed #131

Closed jsbosch closed 4 years ago

jsbosch commented 4 years ago

The point coordinates of the active power-reactive power curve can both go negative, so they need to be signed. Currently W is uint16, but needs to be int16.