edilkamin
    Preparing search index...

    Function deriveAirkare

    • Derives the Airkare mode status from an existing DeviceInfo response. This is a pure function that extracts data without API calls.

      Parameters

      Returns boolean

      • Whether Airkare mode is active.
      const info = await api.deviceInfo(token, mac);
      const isAirkareActive = deriveAirkare(info);