Module Event.Device

Events about devices being added and removed.

type ty = [
  1. | `Device_added of [ `Device_added ] t
  2. | `Device_removed of [ `Device_removed ] t
]