Releases: Tom-Hirschberger/MMM-TouchButton
Releases · Tom-Hirschberger/MMM-TouchButton
Release 0.0.9
This is release 0.0.9 with the following changes:
- bumped version of jsonpath-plus library to 10.1.0
Release 0.0.8
This is release 0.0.8 with the following changes:
- added a postinstall script which creates a copy of the imported JSONPath library cause MagicMirror only imports files with ending
js
and notcjs
to fix JSONPath
Release 0.0.7
This is release 0.0.7 with the following changes:
- bumped jsonpath-plus library to 10.0.1
Release 0.0.6
This is release 0.0.6 with the following features:
- classes now will be added to the title element, too
- fixed string handling in conditions
- it is possible to send notifications without payload now
Release 0.0.5
This is release 0.0.5 with the following features:
- fixed not running actions of Iconify icons
- added support to validate the payload of notifications as condition
- added support to parse the value of conditions with jsonpath-plus
Release 0.0.4
This is release 0.0.4 with the following changes:
- added support of Iconify icons
Release 0.0.3
This is release 0.0.3 with the following changes:
- fixed a bug which caused a black screen if no additional classes had been set
- prefixed all CSS configuration with the module main class
Release 0.0.2
This is release 0.0.2 with following features:
- configure multiple instances of the module at different positions with different configuration
- add additional classes to the elements
- hide/show buttons based on the current active profile
- change the icon or/and classes the the buttons based on the output and/or return code of the called commands
Release 0.0.1
A new module which displays icons as a button. These buttons can be controlled either by touch or by mouse click.
The following features are implemented currently:
- Add as much buttons as you like. Each with a unique css class and an Font Awesome (The build in version of MagicMirror, currently 4.7) icon assigned.
- If a button gets pressed either a command (with arguments) can be executed on the command line or an notification (with payload) can be send.