IQRF DPA macro

interface DpaMacro {
    confirmation: boolean;
    enabled: boolean;
    name: string;
    note?: string;
    request: string;
}

Properties

confirmation: boolean

Has confirmation?

enabled: boolean

Is enabled?

name: string

Macro name

note?: string

Macro note

request: string

DPA request