DeviceAlert

typealias DeviceAlert = Pair<Any, Alert>

Type alias for a pair consisting of a device and its corresponding alert. The device can be any type, and the alert is an instance of WPILib's Alert class.