chore: remove unused txId field
This commit is contained in:
parent
6f1b0c6e5f
commit
7e4723ae5b
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