Ticket Created
over 2 years ago

CIQQA-1295

System Error on GenericChannel.getDeviceConfig() in edge1030

I see some errors in a line of code in ERA: "Error Name: System Error"

It happens only on Edge 1030 devices.

This is the code in that line:

protected function getDeviceConfig() as Ant.DeviceConfig {
    return GenericChannel.getDeviceConfig();
}
According to the doc this function is since sdk 1 and there's no list of devices, shouldn't it be available?