Why do I see two messages when I press the button on a Push-Button Sensor?

Why do I see two messages when I press the button on a Push-Button Sensor?

The Push Button Sensors send event messages for both the button press and button release actions.
It is possible to configure the sensor so that either press or release messages (or both) are disabled.

For more information on Push Button Sensors messaging and configuration, refer to documentation:

    • Related Articles

    • How do I encode a Configuration Downlink for a Single Push Button Sensor?

      NOTE:  All downlinks must contain a total of (8) bytes, padded with zeros at the end when necessary. See User Manual at https://www.multitech.com/brands/reveal-wireless-push-buttons for more information. Single Push Button Sensor Configuration ...
    • How do I decode a Dual Push Button event?

      The Dual Push Button Sensor will generate events when the either the left button, the right button, or both buttons are pressed, released, or held-down for a configurable amount of time.   Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 2 Byte 3 Protocol version ...
    • How do I decode a Single Push Button event?

      The Single Push Button Sensor will generate events when the button is pressed, released and or held-down for a configurable amount of time.   Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 2 Byte 3 Protocol version (4 bits) Counter (4 bits) Message Type Code ...
    • What is the procedure for sending downlink messages to sensors?

      The recommended way to send a downlink is to use the RadioBridge Console API which uses a simple POST request.  From there you can use the uplink and downlink APIs described in the RadioBridge API Documentation.  To access the API section of the ...
    • How do I decode a sensor's Reset Message?

      The Reset Message is sent to the Cloud every time that the Sensor is Reset. Reset Message: 0x00       Device has Reset. The cause of reset is represented in the 5-byte reset code payload.       Bytes           Description       0                  ...