Hi,
I'm using emulator and in the result REST call for device info http://127.0.0.1:32001/Spokes/DeviceServices/8e68ef7293ed6b67d7145caad3b1642d/Info, this is the result I'm getting -
{"Description":"","Err":null,"Result":{"BaseFirmwareVersion":"80.0","BluetoothFirmwareVersion":"0","DevicePath":"plantronics_virtual_device.vpro_uc","InternalName":"Voyager Pro UC <emulated>","IsAttached":true,"ManufacturerName":"Plantronics, Inc.","ProductId":1045,"ProductName":"Voyager Pro UC <emulated>","RemoteFirmwareVersion":"40.00","SerialNumber":"01234567-89ab-cdef-0123-456789abcdef","USBVersionNumber":"2115","Uid":"8e68ef7293ed6b67d7145caad3b1642d","VendorId":1151},"Type":4,"Type_Name":"DeviceInfo","isError":false}
it doesn't include the state information but as as per documentation it should.
As per the documentation-
DeviceInfo contains all known state information for a given headset, including AudioState, MuteState, PID/VID, and so on. For users who want to communicate to a device, this is typically the first REST end point called.
I'm using emulator, is that the reason?
Thanks,
Hemant