deleteShift
DeleteShift messages are sent to delete a shift that starts at the designated timestamp.
less than a minute
Topic
MQTT: ia/<customerID>/<location>/<AssetID>/deleteShift
For Kafka just switch the / character with a .
Usage
deleteShift is generated to delete a shift that started at the designated timestamp.
Content
| key | data type | description |
|---|---|---|
timestamp_ms | int32 | unix timestamp of the shift start |
JSON
Example
The shift that started at the designated timestamp is deleted from the database.
{
"begin_time_stamp": 1588879689394
}
Producers
- Typically Node-RED
Consumers
Last modified February 17, 2023: update (#208) (ea731fc)