ControlInfo
data class ControlInfo(val serviceType: String, val controlUrl: String, val urlBase: String? = null, val modelName: String? = null)
The control endpoint extracted from an IGD device description: the service type to use in the SOAP namespace / SOAPAction, the (possibly relative) control URL, and any <URLBase> the device advertised.