Skip to content

Releases: CANDY-LINE/node-red-contrib-smartmesh

2.0.1

12 Mar 10:09
Compare
Choose a tag to compare
  • Fix an issue where a JSON expression for Buffer object couldn't be translated into a Buffer object.

2.0.0

12 Mar 02:02
Compare
Choose a tag to compare
  • Raw data packet is supported as well as OAP.
  • Add a logging configuration file for Python process
  • The output object structure is modified as of the release. No backward compatibility with 1.x. The changes are as follows.
    • timestamp value is now ISO 8601 date string rather than the unix timestamp.
    • received_timestamp property is gone, use timestamp property instead.
    • packet_timestamp value is now ISO 8601 date string rather than the int array.

1.1.0

23 Jul 23:53
Compare
Choose a tag to compare
  • Remove shrinkwrap file
  • Fix an issue where an error was swallowed on receiving 'close' event

1.0.1

25 Apr 23:33
Compare
Choose a tag to compare
  • Update README
  • Remove .pyc files on running clean task

1.0.0

24 Apr 10:21
Compare
Choose a tag to compare
  • Initial General Availability Release
  • Add node-red keyword
  • Fix an issue where Active Motes were never shown in the manager dialog

0.3.1

17 Apr 08:19
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Fix an issue where Object.value function was missing on Node.js v6

0.3.0

17 Apr 07:29
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Add the mac property only when it's available
  • Fix an issue where some of events didn't contain the mac address
  • Show active motes on the manager dialog for better user experience
  • Add the connected mote counter to the connected status label
  • Add a new type 'Data' for subscription type

0.2.0

06 Apr 10:34
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Fix an issue where /usr/local directory was removed when uninstalling this package
  • Add a new property to SmartMesh manager node to append a source manager identifier to the mote event message

0.1.0

05 Apr 00:56
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Initial Release (alpha)
  • node-red keyword is not yet added