The content of this article is deprecated, and will be removed in the future
productTagString
ProductTagString messages are sent to contextualize processValueString messages.
less than a minute
Topic
ia/<customerID>/<location>/<AssetID>/productTagString
ia.<customerID>.<location>.<AssetID>.productTagString
Usage
ProductTagString
is usually generated by contextualizing a processValueString
.
Content
key | data type | description |
---|---|---|
AID | string | AID of the product |
name | string | Key of the processValue |
value | string | value of the processValue |
timestamp_ms | int64 | unix timestamp of message creation |
JSON
Example
At the shown timestamp the product with the shown AID had the processValue of “test_value”.
{
"AID": "43298756",
"name": "shirt_size",
"value": "XL",
"timestamp_ms": 1588879689394
}
Producers
Consumers
Last modified January 13, 2025: Merge pull request #318 from united-manufacturing-hub/eng-2172-Clarify-some-details-in-the-installation-doc (6eceead)