Derives the Continue Cochlea Loading (continuous cochlea mode) status from an existing DeviceInfo response. This is a pure function that extracts data without API calls.
The device info response object.
const info = await api.deviceInfo(token, mac);const isCochleaContinuous = deriveContinueCochleaLoading(info); Copy
const info = await api.deviceInfo(token, mac);const isCochleaContinuous = deriveContinueCochleaLoading(info);
Derives the Continue Cochlea Loading (continuous cochlea mode) status from an existing DeviceInfo response. This is a pure function that extracts data without API calls.