less than a minute
MQTT: ia/<customerID>/<location>/<AssetID>/addProduct
For Kafka just switch the /
character with a .
A message is sent each time a new product type is added.
key | data type | description |
---|---|---|
product_id | string | current product name |
time_per_unit_in_seconds | float64 | the time it takes to produce one unit of the product |
See also notes regarding adding products and orders in /addOrder
A new product “Beilinger 30x15” with a cycle time of 200ms is added to the asset.
{
"product_id": "Beilinger 30x15",
"time_per_unit_in_seconds": "0.2"
}