LocationTag: Of<{
    id: 6;
    tags: {
        Indoor: {
            id: 0;
            label: "Indoor";
        };
        Inside: {
            id: 2;
            label: "Inside";
        };
        Outdoor: {
            id: 1;
            label: "Outdoor";
        };
        Outside: {
            id: 3;
            label: "Outside";
        };
    };
}>

The tags contained in this namespace may be used in any domain or context, to indicate an association with a location of a device (e.g. an outdoor temperature sensor).

Type declaration

  • Readonlyid: 6
  • Readonlytags: {
        Indoor: {
            id: 0;
            label: "Indoor";
        };
        Inside: {
            id: 2;
            label: "Inside";
        };
        Outdoor: {
            id: 1;
            label: "Outdoor";
        };
        Outside: {
            id: 3;
            label: "Outside";
        };
    }
    • ReadonlyIndoor: {
          id: 0;
          label: "Indoor";
      }

      Element is indoors or related to indoor equipment/conditions (e.g. the "indoor" temperature).

      • Readonlyid: 0
      • Readonlylabel: "Indoor"
    • ReadonlyInside: {
          id: 2;
          label: "Inside";
      }

      Element is located inside the equipment (e.g. a sensor "inside" a cabinet).

      • Readonlyid: 2
      • Readonlylabel: "Inside"
    • ReadonlyOutdoor: {
          id: 1;
          label: "Outdoor";
      }

      Element is outdoors or related to outdoor equipment/conditions (e.g. the "outdoor" temperature).

      • Readonlyid: 1
      • Readonlylabel: "Outdoor"
    • ReadonlyOutside: {
          id: 3;
          label: "Outside";
      }

      Element is located outside the equipment (e.g. a sensor "outside" a cabinet)

      • Readonlyid: 3
      • Readonlylabel: "Outside"

MatterSpecification.v13.Namespace § 7