I'm sending messages to my database using MQTT en RevPiPyload, using send_on_event.
I was wondering about following things:
- For an analog input, what is considered an event? If the value shifts by 0.01V, is this also considered an event?
- What is the max update rate/frequency of send_on_event? For example: if my signal changes with a frequency of 10Hz, will it send 10 messages per second?
Thank you in advance.