@bacnet-js/client
    Preparing search index...

    Function getEnumName

    • Turn an enum into a string suitable for debugging. If value is not found in the enum the value itself is returned as string

      Type Parameters

      Parameters

      • group: E
      • value: number
      • addNumberValue: boolean = true
      • OptionalundefinedFallbackValue: string

      Returns string

      const s = getEnumName(
      PropertyIdentifier,
      PropertyIdentifier.PRESENT_VALUE
      );
      console.log(s); // "PRESENT_VALUE(85)"