The content of this article is deprecated, and will be removed in the future
deleteShift
DeleteShift messages are sent to delete a shift that starts at the designated timestamp.
less than a minute
Topic
ia/<customerID>/<location>/<AssetID>/deleteShift
ia.<customerID>.<location>.<AssetID>.deleteShift
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 5, 2025: temporarily store the requirements locally (#320) (9685467)