I’ve seen version bcf-radio-push-button 1.4.0 added support for detecting button hold event. How do I get this event over MQTT via gateway?
According to twr-gateway-radio-dongle/application.c at b5e71d6f1e73dfb4a88b35c9b7272cf0afa754b8 · hardwario/twr-gateway-radio-dongle · GitHub , there should be event node/push-button-tv/push-button/-/hold-count
. But I don’t see it. Not even when I run mosquitto_sub -t 'node/#'
I can normally see the button clicks, thermometer, battery and orientation changes from this module.
node/push-button-tv/info {"firmware": "push-button", "version": "v1.4.1", "mode": 3}
NB: This is a repost of Hold count over MQTT? · Issue #3 · hardwario/twr-radio-push-button · GitHub . Nobody reacted on github