Skip to content

Releases: Tom-Hirschberger/MMM-Serial-Notifications

Release 0.0.8

24 Nov 18:15
fb99467
Compare
Choose a tag to compare

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

22 Nov 18:28
Compare
Choose a tag to compare

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

06 Apr 12:42
2c5b1a3
Compare
Choose a tag to compare

fixed call of SerialPort library

Release 0.0.5

05 Jan 21:45
Compare
Choose a tag to compare

fixed duplicate dependency which was caused of the switch to magicmirror-rebuild

Release 0.0.4

03 Jan 17:31
122eb99
Compare
Choose a tag to compare

Switched from native electron-rebuild to magicmirror-rebuild module to avoid compile issues with electron > 15 (MagicMirror > 2.18.0).

Release 0.0.3

02 Apr 08:27
45a7f40
Compare
Choose a tag to compare

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

30 Mar 10:39
6f9c2aa
Compare
Choose a tag to compare

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

08 Mar 16:19
3adad0d
Compare
Choose a tag to compare

A first version of the module which es capable to send multiple notifications with or without payload based on messages on different serial interfaces.