ClusterInstance: MutableCluster<{
    attributes: {
        activeLocale: WritableAttribute<string, any>;
        supportedLocales: FixedAttribute<string[], any>;
    };
    id: 43;
    name: "LocalizationConfiguration";
    revision: 1;
}, []>

Type declaration

  • Readonlyattributes: {
        activeLocale: WritableAttribute<string, any>;
        supportedLocales: FixedAttribute<string[], any>;
    }
    • ReadonlyactiveLocale: WritableAttribute<string, any>

      The ActiveLocale attribute shall represent the locale that the Node is currently configured to use when conveying information. The ActiveLocale attribute shall be a Language Tag as defined by BCP47 [https://tools.ietf.org/rfc/bcp/bcp47.txt]. The ActiveLocale attribute shall have a default value assigned by the Vendor and shall be a value contained within the SupportedLocales attribute.

      An attempt to write a value to ActiveLocale that is not present in SupportedLocales shall result in

      a CONSTRAINT_ERROR error.

      MatterSpecification.v13.Core § 11.3.4.1

    • ReadonlysupportedLocales: FixedAttribute<string[], any>

      The SupportedLocales attribute shall represent a list of locale strings that are valid values for the ActiveLocale attribute. The list shall NOT contain any duplicate entries. The ordering of items within the list SHOULD NOT express any meaning.

      MatterSpecification.v13.Core § 11.3.4.2

  • Readonlyid: 43
  • Readonlyname: "LocalizationConfiguration"
  • Readonlyrevision: 1