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 April 17, 2023: build: version 0.9.13 (6cb0a01)