package device //Device represents Android device type Device struct { Serial string DeviceType string USB string Product string Model string Device string TransportID string }