Merge pull request #1824 from siiky/chore/remove-unused-txid-field

chore: remove unused `txId` field
This commit is contained in:
Rafael Taranto 2025-04-16 18:42:03 +01:00 committed by GitHub
commit 5845984404

View file

@ -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)