Skip to content

Releases: balk77/node-red-buttonplus-menu

v0.2

03 Feb 07:54
0cd735d
Compare
Choose a tag to compare

What's Changed

  • Updated Flow names #10 (cosmetic)
  • Listen for page specific button topics and translate to generic topics, for buttons by @balk77 in #13

You can now issue to page-specific B+ topics for the buttons
This means: you can send a topic to buttonplus/<device>/button/<page>/<buttonid>/label and it will be translated to buttonplus/<device>/button/<buttonid>/label but only when that page is active.

This way, you can control the labels for the buttons through MQTT, per page.
make sure to switch on the retain flag when issuing messages

Modified nodes:
image

image

Full Changelog: v0.1...v0.2

First kind of stable release

28 Jan 10:06
06a48c6
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @balk77 made their first contribution in #3

Full Changelog: https://github.com/balk77/node-red-buttonplus-menu/commits/v0.1