Challenge-response helper for ESP RainMaker provisioning flow. Handles protobuf creation, device communication, and response parsing.

Constructors

Methods

  • Checks if the ESP device supports challenge-response authentication flow. Challenge-response is indicated by "ch_resp" in the device's rmaker_extra.cap array

    Parameters

    • versionInfo: { [key: string]: any }

      The version info object from the ESP device

    Returns boolean

    true if challenge-response is supported, false otherwise