Appearance
Home > resol-vbus-core > LiveTransceiver > commitBulkValueTransaction
LiveTransceiver.commitBulkValueTransaction() method
Commit a bulk value transaction.
Signature:
typescript
commitBulkValueTransaction(peerAddress: number, options?: LiveTransceiverActionTriesAndTimeouts): Promise<Datagram | null>;
Parameters
Parameter | Type | Description |
---|---|---|
peerAddress | number | The address of the peer. |
options | (Optional) Options. |
Promise<Datagram | null>
A promise that resolves when the datagram was received or the action timed out.