Skip to content

Home > resol-vbus-core-script > CreatePacketOptions

CreatePacketOptions interface

Options passed to ScriptDollar.createPacket().

Signature:

typescript
export interface CreatePacketOptions extends core.PacketConstructorOptions

Extends: core.PacketConstructorOptions

Properties

Property

Modifiers

Type

Description

fieldRawValues?

Record<string, number | bigint>

(Optional) The raw (unscaled) field values to set.

frameDataHex?

string[]

(Optional) The frame data as an array of hex-encoded strings.