A scale value that is used to convert the Modbus register value to a value in the specified physical unit. Specifically, when the Modbus value of the register is reg, then corresponding physical value phys is calculated as:
phys = (reg +
offset
) *scale
where scale
is the value defined here and offset
is
the value defined for member offset
.
Normal response.
Unauthorized response.
{- "result": 0.1,
- "error": "Error message (present if an error occurred)."
}