EditDeviceResource: {
    active?: boolean;
    device: GenericID;
    name?: string;
} & {
    [key: string]: string | boolean;
}

Allowed keys: tags.* or param.*

The value must always be a string or boolean.

Type declaration

  • Optional active?: boolean
  • device: GenericID
  • Optional name?: string

Type declaration

  • [key: string]: string | boolean