Variable PositionTagConst
PositionTag: Of<{ id: 8; tags: { Bottom: { id: 3; label: "Bottom"; }; Column: { id: 6; label: "Column"; }; Left: { id: 0; label: "Left"; }; Middle: { id: 4; label: "Middle"; }; Right: { id: 1; label: "Right"; }; Row: { id: 5; label: "Row"; }; Top: { id: 2; label: "Top"; }; }; }> = ... Type declaration
Readonly
id: 8
Readonly
tags: {
Bottom: {
id: 3;
label: "Bottom";
};
Column: {
id: 6;
label: "Column";
};
Left: {
id: 0;
label: "Left";
};
Middle: {
id: 4;
label: "Middle";
};
Right: {
id: 1;
label: "Right";
};
Row: {
id: 5;
label: "Row";
};
Top: {
id: 2;
label: "Top";
};
}
Readonly
Bottom: {
id: 3;
label: "Bottom";
}
Readonly
id: 3
Readonly
label: "Bottom"
Readonly
Column: {
id: 6;
label: "Column";
}
Readonly
id: 6
Readonly
label: "Column"
Readonly
Left: {
id: 0;
label: "Left";
}
Readonly
id: 0
Readonly
label: "Left"
Readonly
Middle: {
id: 4;
label: "Middle";
}
Readonly
id: 4
Readonly
label: "Middle"
Readonly
Right: {
id: 1;
label: "Right";
}
Readonly
id: 1
Readonly
label: "Right"
Readonly
Row: {
id: 5;
label: "Row";
}
Readonly
id: 5
Readonly
label: "Row"
Readonly
Top: {
id: 2;
label: "Top";
}
Readonly
id: 2
Readonly
label: "Top"
The tags contained in this namespace may be used in any domain or context, to indicate an association with a position relative to the device (e.g. the temperature sensor in the top drawer of a refrigerator, or location of the buttons on a multi-button switch device). Note the difference with Chapter 5, Common Direction Semantic Tag Namespace.
When multiple endpoints are used for device types, and the associated consumer-facing locations of those endpoints are organized in a straight line, grid or matrix, these endpoints SHOULD be allocated in top-to-bottom, left-to-right order.
For grids or arrays larger than 3 elements in any direction, the Row and Column tags SHOULD be used.
If the Row or Column tags are used, the Label field in the same Semantic Tag structure shall be filled with a number comprised of Arabic numerals encoded as a string to indicate the row/column of the item. Number words (e.g. "one", "two", etc.) shall NOT be used to describe the position of the item. The first row/column shall use Label "1".