Appearance
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 |
---|---|---|---|
Record<string, number | bigint> | (Optional) The raw (unscaled) field values to set. | ||
string[] | (Optional) The frame data as an array of hex-encoded strings. |