Releases: tbowmo/node-red-contrib-mysensors
Releases · tbowmo/node-red-contrib-mysensors
4.2.0
Added possibility to add newline to serial type output from the controller node, as some has reported issues with external devices in certain cases
Should fix #29
4.1.0
- Bumping dependencies
- Fixing a few sonarcloud warnings
3.3.0
Add battery status from nodes to the controller overview.
3.2.1
Minor update that fixes issue with nodeId showing up as null value in controller listing.
Also updated modules as some had security issues.
3.2.0
Added functionality to do database lookups in decode node, used to enrich mysensors messages in nodered, with sensor type received during node presentation.
3.1.1
Bug fix, node ID's was never assigned to nodes due to a couple of issues in the controller logic.
3.1.0
Adds I_TIME and I_CONFIG responses to controller node
3.0.0
Change "log"
Changed database setup for controller node to use migrations feature from sqlite, which makes it easier to update the database schema later on, if needed.
Documentation updates, and reformatting both in nodes and in readme file.
2.2.0
Code cleanup, stricter checking on typescript files
Added decoding of sensor type etc in decode node, as extra fields in the node messages:
subTypeStr
messageTypeStr
Various minor updates.
2.1.0
Release notes:
- TSLint added to project, fixed all linting errors.
- Implemented debug/log parser from https://www.mysensors.org/build/parser in the mysdebug node
- Various UI improvements to the different configuration pages.