less than a minute
MQTT: ia/<customerID>/<location>/<AssetID>/productTag
For Kafka just switch the /
character with a .
productTag
is usually generated by contextualizing a processValue
.
key | data type | description |
---|---|---|
AID | string | AID of the product |
name | string | Name of the product |
value | float64 | key of the processValue |
timestamp_ms | int64 | unix timestamp of message creation |
At the shown timestamp the product with the shown AID had 5 blemishes recorded.
{
"AID": "43298756",
"name": "blemishes",
"value": 5,
"timestamp_ms": 1588879689394
}