Merge pull request #1824 from siiky/chore/remove-unused-txid-field
chore: remove unused `txId` field
This commit is contained in:
commit
5845984404
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function stateChange (deviceId, deviceTime, rec) {
|
|||
id: rec.uuid,
|
||||
deviceId: deviceId,
|
||||
eventType: 'stateChange',
|
||||
note: JSON.stringify({ state: rec.state, isIdle: rec.isIdle, txId: rec.txId }),
|
||||
note: JSON.stringify({ state: rec.state, isIdle: rec.isIdle }),
|
||||
deviceTime: deviceTime
|
||||
}
|
||||
return dbm.machineEvent(event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue