Node - Configuration - The configuration node can be "enable" or "disable" now, when disabled no connection is start on boot and all linked node show the red dot "disabled" status.
Node - Image Gallery - New node to simplify the use of this new widget (set images urls is not yet implemented in app)
Node - Set Property - Implemented "url, urls, opacity, rotation, scale" property for Image Gallery widget (blynk cloud or local server >= v0.39.4) [NOTE: url and urls property are not yet supported in app]
Check SLL certificate on connection for blynk cloud
Changed
All nodes - Conversion, where necessary, of "isBuffer" checks into "isArray" checks
All nodes - Avoid input processing on client node disconnected or disabled
Node - zeRGBa - Check if a valid RGB value is passed, otherwise it will generate an alert and the message will be discarded
Node - Table - It will generate an alert on a simple payload without other parameters and the message will be discarded
Increase heartbeat timeout to 15 seconds - see Blynk Server Issue #1294
Compatibility with Blynk C++ Library 0.5.4
Fixed
Node - Write - Now it accepts multiple values as input via arrays and forwards them to the server correctly - see this
Node - Styled Button - New node to simplify the use of this new button
Node - Set Property - Implemented "onColor, offColor, onBackColor, offBackColor" property for Styled Button widget (blynk cloud or local server >= v0.36.2)
Node - Set Property - Implemented "fraction" property for Slide widget (blynk cloud or local server >= v0.33.3)
Node - Table - Implemented "select, deselect and order" commands
Changed
Code refactor - Extract blynk method and variable to files in "libs" directory
Node - Notify - Rate limit increased to 5 msg/s (Blynk C++ Library 0.5.3)
Fixed
Node - zeRGBa - Check if the widget is configured in merge mode, otherwise it will generate an alert