deleteShift

DeleteShift messages are sent to delete a shift that starts at the designated timestamp.

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

keydata typedescription
timestamp_msint32unix 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)