PowerSourceTag: Of<{
    id: 15;
    tags: {
        Battery: {
            id: 3;
            label: "Battery";
        };
        Ev: {
            id: 4;
            label: "EV";
        };
        Grid: {
            id: 1;
            label: "Grid";
        };
        Solar: {
            id: 2;
            label: "Solar";
        };
        Unknown: {
            id: 0;
            label: "Unknown";
        };
    };
}>

The tags contained in this namespace are restricted for use in the power source domain and shall NOT be used in any other domain or context.

Type declaration

  • Readonlyid: 15
  • Readonlytags: {
        Battery: {
            id: 3;
            label: "Battery";
        };
        Ev: {
            id: 4;
            label: "EV";
        };
        Grid: {
            id: 1;
            label: "Grid";
        };
        Solar: {
            id: 2;
            label: "Solar";
        };
        Unknown: {
            id: 0;
            label: "Unknown";
        };
    }
    • ReadonlyBattery: {
          id: 3;
          label: "Battery";
      }

      The Power Source cluster is related to power provided from a battery

      Power Source clusters with this tag shall implement the BAT feature.

      MatterSpecification.v13.Namespace § 12.3

      • Readonlyid: 3
      • Readonlylabel: "Battery"
    • ReadonlyEv: {
          id: 4;
          label: "EV";
      }

      The Power Source cluster is related to power provided from an electric vehicle

      Power Source clusters with this tag shall implement the BAT feature.

      MatterSpecification.v13.Namespace § 12.4

      • Readonlyid: 4
      • Readonlylabel: "EV"
    • ReadonlyGrid: {
          id: 1;
          label: "Grid";
      }

      The Power Source cluster is related to power provided from the electrical grid

      Power Source clusters with this tag shall implement the WIRED feature.

      MatterSpecification.v13.Namespace § 12.1

      • Readonlyid: 1
      • Readonlylabel: "Grid"
    • ReadonlySolar: {
          id: 2;
          label: "Solar";
      }

      The Power Source cluster is related to power provided from a solar panel array

      Power Source clusters with this tag shall implement the WIRED feature.

      MatterSpecification.v13.Namespace § 12.2

      • Readonlyid: 2
      • Readonlylabel: "Solar"
    • ReadonlyUnknown: {
          id: 0;
          label: "Unknown";
      }

      The Power Source cluster is related to power provided from an unknown source

      • Readonlyid: 0
      • Readonlylabel: "Unknown"

MatterSpecification.v13.Namespace § 12