node-red-contrib-buffer-parser
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"name": "node-red-contrib-buffer-parser", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Convert values in a buffer, integer array or hex string into many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ node-red-contrib-buffer-parser | ||
A dynamic <a href="http://nodered.org" target="_new">Node-RED</a> node to convert values in a buffer or integer array into the many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more. | ||
A <a href="http://nodered.org" target="_new">Node-RED</a> node to convert values in a buffer, integer array or hex string into many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more. | ||
@@ -33,3 +33,3 @@ | ||
* bcd, bcdle, bcdbe, | ||
* string, ascii, utf8, utf16le, ucs2, latin1, binary, buffer | ||
* string, hex, ascii, utf8, utf16le, ucs2, latin1, binary, buffer | ||
* Specification is either configured by the built in UI or can be set by a msg/flow/global property - permitting fully dynamic setup (e.g. via a dashboard) | ||
@@ -36,0 +36,0 @@ * The specification format permits random access (e.g. no need for any skips when accessing only first and last elements) |
Sorry, the diff of this file is not supported yet
499412