CONTROL4 Shelly Suite: Input Connections And Events (Module NG)

CONTROL4 Shelly Suite: Input Connections And Events (Module NG)

Chowmain's Shelly driver provides a wealth of input connections and events. In most cases, most people will use the following two events:
  1. Input State X - Push / Release: Generally bound to toggle when using Button Mode. As a button link, this can provide push and hold functionality and click.
  2.  Input State X - Button State Changed / Toggled: Generally bound to Toggle when using Switch Mode. 

Module NG Input Button Links And Events

  1. Input State X - Push/Release:
    1. When button is pushed, it sends a pushed command, and when released, it sends a release or click command.
    2. This is generally only used in Button Mode, to allow push and hold functionality, and standard click functionality.
  2. Input State X - Button State Changed / Toggled:
    1. Triggered when input state changes (On to Off or Off to On)
    2. Generally used for Switch Mode and bound to toggle actions
  3. Input State X - On: Triggered whenever input is set to on state.
    1. Normally only useful for Button mode
    2. Not commonly used, unless tracking presses in Button Mode
  4. Input State X - Off: Triggered whenever input is set to off state.
    1. Normally only useful for Button mode
    2. Not commonly used, unless tracking presses in Button Mode
  5. Input State X - Single Push:
    1. Triggered when input is tapped once.
    2. This will only work in Button mode
  6. Input State X - Double Push:
    1. Triggered when input is tapped twice quickly.
    2. This will only work in Button mode
  7. Input State X - Long Push:
    1. Triggered when input is held for a long time.
    2. This will only work in Button mode

Module NG Input Contact Sensors

  1. Input State X - Contact Sensor: Reflects the pressed state of the contact sensor. Normally only useful for momentary buttons