xenanetworks / open-automation-chimera-core

XOA Chimera Core
https://docs.xenanetworks.com/projects/xoa-chimera-core
Apache License 2.0
0 stars 0 forks source link

To not use `0x` for beginning of the hex string #2

Closed ArtemConstantinov closed 1 year ago

ArtemConstantinov commented 1 year ago

We already having a task in asana for remove the 0x from hex strings for the XOA-DRIVER, it is not implemented yet, but you can already adjust your interface.

"0x0FFF" suppose to be just "0FFF" in case of the string value. The format as 0x0FFF will be acceptable only for numerical types as int, floats, etc.