UserActiveModeTrigger: {
    actuateSensor: BitFlag;
    actuateSensorLightsBlink: BitFlag;
    actuateSensorSeconds: BitFlag;
    actuateSensorTimes: BitFlag;
    appDefinedButton: BitFlag;
    customInstruction: BitFlag;
    deviceManual: BitFlag;
    powerCycle: BitFlag;
    resetButton: BitFlag;
    resetButtonLightsBlink: BitFlag;
    resetButtonSeconds: BitFlag;
    resetButtonTimes: BitFlag;
    settingsMenu: BitFlag;
    setupButton: BitFlag;
    setupButtonLightsBlink: BitFlag;
    setupButtonSeconds: BitFlag;
    setupButtonTimes: BitFlag;
} = ...

See the UserActiveModeTriggerHint table for requirements associated to each bit.

Type declaration

  • actuateSensor: BitFlag

    Actuate Sensor to transition the device to ActiveMode

  • actuateSensorLightsBlink: BitFlag

    Actuate Sensor until light blinks to transition the device to ActiveMode

  • actuateSensorSeconds: BitFlag

    Actuate Sensor for N seconds to transition the device to ActiveMode

  • actuateSensorTimes: BitFlag

    Actuate Sensor N times to transition the device to ActiveMode

  • appDefinedButton: BitFlag

    Press the N Button to transition the device to ActiveMode

  • customInstruction: BitFlag

    Custom Instruction on how to transition the device to ActiveMode

  • deviceManual: BitFlag

    Device Manual informs how to transition the device to ActiveMode

  • powerCycle: BitFlag

    Power Cycle to transition the device to ActiveMode

  • resetButton: BitFlag

    Press Reset Button to transition the device to ActiveMode

  • resetButtonLightsBlink: BitFlag

    Press Reset Button until light blinks to transition the device to ActiveMode

  • resetButtonSeconds: BitFlag

    Press Reset Button for N seconds to transition the device to ActiveMode

  • resetButtonTimes: BitFlag

    Press Reset Button N times to transition the device to ActiveMode

  • settingsMenu: BitFlag

    Settings menu on the device informs how to transition the device to ActiveMode

  • setupButton: BitFlag

    Press Setup Button to transition the device to ActiveMode

  • setupButtonLightsBlink: BitFlag

    Press Setup Button until light blinks to transition the device to ActiveMode

  • setupButtonSeconds: BitFlag

    Press Setup Button for N seconds to transition the device to ActiveMode

  • setupButtonTimes: BitFlag

    Press Setup Button N times to transition the device to ActiveMode

MatterSpecification.v13.Core § 9.17.5.1