DeviceFieldsObject: {
    type: "device";
} | {
    type: "pinGroup";
} | {
    channelIndex: number;
    type: "pin";
}

Type declaration

  • type: "device"

Type declaration

  • type: "pinGroup"

Type declaration

  • channelIndex: number
  • type: "pin"