UserActiveModeTriggerComponent: {
    attributes: {
        userActiveModeTriggerHint: FixedAttribute<TypeFromPartialBitSchema, any>;
    };
}

A IcdManagementCluster supports these elements if it supports feature UserActiveModeTrigger.

Type declaration

  • Readonlyattributes: {
        userActiveModeTriggerHint: FixedAttribute<TypeFromPartialBitSchema, any>;
    }
    • ReadonlyuserActiveModeTriggerHint: FixedAttribute<TypeFromPartialBitSchema, any>

      Indicates which user action(s) will trigger the ICD to switch to Active mode. If the attribute indicates support for a trigger that is dependent on the UserActiveModeTriggerInstruction in the UserActiveModeTriggerHint table, the UserActiveModeTriggerInstruction attribute shall be implemented and shall provide the required information, unless specified otherwise in the requirement column of the UserActiveModeTriggerHint table.

      ActuateSensorLightsBlink, ResetButtonLightsBlink and SetupButtonLightsBlink (i.e. bits 7, 9 and 14) have a dependency on the UserActiveModeTriggerInstruction attribute but do not require the attribute to be present.

      An ICD can indicate multiple ways of being put into Active Mode by setting multiple bits in the bitmap at the same time. However, a device shall NOT set more than one bit which has a dependency on the UserActiveModeTriggerInstruction attribute.

      MatterSpecification.v13.Core § 9.17.6.7