Skip to content

Convert moxa_port to string

Henrique Silva requested to merge tcp-port-fix into main

Using integer gets converted to a number with a decimal place, which is not desired for this case

See https://json-schema.org/understanding-json-schema/reference/numeric.html

Merge request reports