[docs] update usb

This commit is contained in:
2023-10-31 14:46:45 +01:00
parent e37a84d77d
commit 72d0aa61cd

View File

@@ -85,7 +85,10 @@ func (p UsbDisconnect) GetName() string {
}
func (p UsbDisconnect) GetDescription() string {
return "Triggers when given usb drive is disconnected"
return `
Triggers when given usb drive is disconnected.
Currently it simply checks that the file /dev/disk/by-id/$deviceId exists.
`
}
func (p UsbDisconnect) GetExample() string {