USB Device Name in Notification

Hi,

I have a macro that shows a notification when a USB device is connected. How do i include the USB device name in the notification. Is there some token i can use?

I don't want to land up and hardcoding the device name, it can be any USB device name that i connect to the system.

Thanks.

Hey Kanu,

Welcome to the forum!   :smile:

Scope this out:

-Chris

The TriggerValue token will have the name of the device (in at least some form or other).

See: USB Device trigger.

Thanks.

1 Like

Thank you.