From 59ba8adeeec2ba5bc88491c5dbbc43872b33bb41 Mon Sep 17 00:00:00 2001 From: Steven Collins Date: Tue, 5 Jul 2022 22:23:04 +0200 Subject: [PATCH] docs: Add 'serial' attribute to usb driver (#13547) --- website/content/plugins/devices/community/usb.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/plugins/devices/community/usb.mdx b/website/content/plugins/devices/community/usb.mdx index 1e3bd4694..2bb576dca 100644 --- a/website/content/plugins/devices/community/usb.mdx +++ b/website/content/plugins/devices/community/usb.mdx @@ -25,6 +25,7 @@ node. | `product` | string | Human readable product | | `description` | string | Human readable description of the USB device | | `classification` | string | Human readable classification of the USB device | +| `serial` | string | Serial Number of the USB device | ## Runtime Environment