zigbee-on-host
    Preparing search index...

    Function computeInstallCodeCRC

    • 16-02828-012 (Base Device Behavior) §10.1.1.1 (Install code CRC)

      SPEC COMPLIANCE NOTES:

      • ✅ Implements CRC-16/X25 parameters defined for install code validation
      • ✅ Accepts byte arrays or buffers to match commissioning tooling interfaces
      • ⚠️ Caller must remove trailing CRC bytes before invoking per spec guidance DEVICE SCOPE: Trust Center and joining devices

      Parameters

      • data: Buffer<ArrayBufferLike> | number[] | Uint8Array<ArrayBufferLike>

      Returns number