Fixed integer enum properties being inserted as strings

nRF Connect for VS Code

tags
nRF Connect for VS Code

Some properties have enum definitions in their binding. These definitions dictate a limited set of valid options. When these properties were meant to be interpreted as integers, the extension would mistakenly insert them as strings in the generated devicetree code, which would break the type checker in the compilation. This issue is now fixed.