ConfigurationRegister: {
    autoRelockTime: BitFlag;
    keypadInterface: BitFlag;
    ledSettings: BitFlag;
    localProgramming: BitFlag;
    remoteInterface: BitFlag;
    soundVolume: BitFlag;
}

Type declaration

  • autoRelockTime: BitFlag

    Auto relock time it set to 0

    This bit shall indicate the state related to auto relock time:

    • 0 = Auto relock time value is 0

    • 1 = Auto relock time value is equal to something other than 0

    MatterSpecification.v13.Cluster § 5.2.6.4.5

  • keypadInterface: BitFlag

    The state of the keypad interface

    This bit shall indicate the state related to keypad interface:

    • 0 = Keypad interface is disabled

    • 1 = Keypad interface is enabled

    MatterSpecification.v13.Cluster § 5.2.6.4.2

  • ledSettings: BitFlag

    LEDs is disabled

    This bit shall indicate the state related to LED settings:

    • 0 = LED settings value is 0 (NoLEDSignal)

    • 1 = LED settings value is equal to something other than 0

    MatterSpecification.v13.Cluster § 5.2.6.4.6

  • localProgramming: BitFlag

    The state of local programming functionality

    This bit shall indicate the state related to local programming:

    • 0 = Local programming is disabled

    • 1 = Local programming is enabled

    MatterSpecification.v13.Cluster § 5.2.6.4.1

  • remoteInterface: BitFlag

    The state of the remote interface

    This bit shall indicate the state related to remote interface:

    • 0 = Remote interface is disabled

    • 1 = Remote interface is enabled

    MatterSpecification.v13.Cluster § 5.2.6.4.3

  • soundVolume: BitFlag

    Sound volume is set to Silent value

    This bit shall indicate the state related to sound volume:

    • 0 = Sound volume value is 0 (Silent)

    • 1 = Sound volume value is equal to something other than 0

    MatterSpecification.v13.Cluster § 5.2.6.4.4

MatterSpecification.v13.Cluster § 5.2.6.4