mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
f4596f581e
* Update copyright year in configuration * Update license headers * Manually update nibeheatpump headers (.cpp/.h/.ino) * Manually update smsmodem header * Manually update hueemulation header * Manually update addon-header.xml header Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk> |
||
---|---|---|
.. | ||
src/main | ||
NOTICE | ||
pom.xml | ||
README.md |
Binary To JSON Transformation Service
Transforms the input by Java Binary Block Parser syntax.
See details about syntax from JBBP homepage
Example
Let's assume we have received string containing bytes in hexa string format 03FAFF
and we want to convert binary data to JSON format. Binary data contains 3 bytes and strict data format is following byte a; byte b; ubyte c;
.
Binary to JSON converter will return following result {"a":3,"b":-6,"c":255}
Usage as a Profile
Profiles are not supported by this transformation.