Optional productId: null | string | number | HardwareDescriptionThe product identifier to check. Can be:
HardwareDescription objectnull or undefined, in which case the function returns falseOptional rangeName: SomanetProductRangeNameAllThe product range to check against. Can be any SomanetProductRangeName
or the aggregate values "Circulo All" / "Node All".
Generated using TypeDoc
Checks whether a given product ID belongs to a specified SOMANET product range.
This function resolves the
productIdto a numeric ID, determines the correspondingSomanetProductRange, and checks if it matches the providedrangeName.Special aggregate ranges (
Circulo AllandNode All) are supported:"Circulo All"includes:"Circulo","Circulo Safe Motion","ACTILINK-JD","ACTILINK-JD Duo""Node All"includes:"Node","Node Safety"Returns
trueif the product belongs to the specified range; otherwise,false.