We have a module where the first conditioning component has an minHin value of 320.
The esvp demo server gives an error:
Server error response: [
{
"esvVersion": "1.0"
},
{
"conditioningComponents": {
"elementList": [
{
"location": "SequencePosition: 1",
"messageList": [
"FloatValueOutOfRangeError: minHin is not between 0 and 256 minNin."
]
}
]
}
}
]
Is the minHin truly a minimum value and not what the h_in value should be?
We have a module where the first conditioning component has an minHin value of 320. The esvp demo server gives an error: Server error response: [ { "esvVersion": "1.0" }, { "conditioningComponents": { "elementList": [ { "location": "SequencePosition: 1", "messageList": [ "FloatValueOutOfRangeError: minHin is not between 0 and 256 minNin." ] } ] } } ] Is the minHin truly a minimum value and not what the h_in value should be?