scrapUniqueProduct
ScrapUniqueProduct messages are sent whenever a unique product should be scrapped.
less than a minute
Topic
MQTT: ia/<customerID>/<location>/<AssetID>/scrapUniqueProduct
For Kafka just switch the / character with a .
Usage
A message is sent here everytime a unique product is scrapped.
Content
| key | data type | description |
|---|---|---|
UID | string | unique ID of the current product |
JSON
Example
The product with the unique ID 22 is scrapped.
{
"UID": 22,
}
Producers
- Typically Node-RED
Consumers
Last modified February 17, 2023: update (#208) (ea731fc)