Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@balk77 balk77 released this 03 Feb 07:54
· 10 commits to main since this release
0cd735d

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