Type alias SlaveFunction

SlaveFunction: {
    label: string;
    name: string;
    options: SlaveFunctionOption[];
    reg: number;
    reg_grp: number;
    threshold: number;
}

Represents a function for an Slave in the manifest.

Type declaration

  • label: string
  • name: string
  • options: SlaveFunctionOption[]
  • reg: number
  • reg_grp: number
  • threshold: number

Generated using TypeDoc