Releases: Tom-Hirschberger/MMM-Serial-Notifications
Release 0.0.8
This is release 0.0.8 with the following changes:
- updated the postinstall script
- fixed all issues reported by the new automatic module scanning script developed by @KristjanESPERANTO
Release 0.0.7
This is release 0.0.7 with the following changes:
- changed the way electron-rebuild is called in the post-installation step to avoid problems if the electron version of the mirror changes
Release 0.0.6
fixed call of SerialPort library
Release 0.0.5
fixed duplicate dependency which was caused of the switch to magicmirror-rebuild
Release 0.0.4
Switched from native electron-rebuild to magicmirror-rebuild module to avoid compile issues with electron > 15 (MagicMirror > 2.18.0).
Release 0.0.3
It is now possible to specify profiles by notification; if you like to send different notifications for the same sensor depending on the current profile (MMM-ProfileSwitcher, MMM-ProfileControl) it is now possible
Release 0.0.2
Now the module supports replacing strings based on suffix values of the message received.
In example:
AMBIENT_LIGHT: 3000
can be used to send a payload
payload { 'light#: '###LIGHT###' }
where ###LIGHT### will be replaced with the current value 3000
Release 0.0.1
A first version of the module which es capable to send multiple notifications with or without payload based on messages on different serial interfaces.