Maybe a silly question, but I was wondering what the sample-rate/message-rate is when sending message with MQTT using Revpipyload if send_on_event is enabled?
And which change in input will trigger such an event?
For clarification:
- An analog input is currently at 123mV and rises to 124mV => Will an event be triggered?
- An analog input is currently at 123mV, rises in an instant to 9000mV and 10 milliseconds after drops to 6000mV => Will an event be triggered (and thus a message be sent) for both values?