Idea ID 2700461
Add "ConnectorName" into DeviceInfo in LeanFT
Hi!
Adding a ConnectorName string to the DeviceInfo object (https://admhelp.microfocus.com/leanft/en/14.50-14.53/JavaSDKReference/index.html#JavaSDKReference/com/hp/lft/sdk/mobile/DeviceInfo.html) would help us better identifiy devices we want to use for a specific test.
Any other attribute would be appreciated as well, since currently the DeviceInfo object only gives information about device Id, Manufacturer, Model, Name, OS and OS version.
In case if you find the idea useful please also consider adding other Infos to the same object, like in the REST API for example:
[ { "apiLevel": "string", "connected": true, "connectorName": "string", "currentReservation": { "endTime": 0, "owner": "string", "startTime": 0, "status": "string" }, "deviceHostingType": "string", "deviceName": "string", "deviceType": "string", "formFactor": "string", "nickName": "string", "platformName": "string", "platformVersion": "string", "udid": "string" } ]
As far as I know the "ticket" to add "workspace id" to REST API response was accepted, so this would make even more sense to add all the infos in both of the places.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.