Appearance
Home > resol-vbus-core > utils > calcValueIdHash
utils.calcValueIdHash() function
Calculate the value ID hash for the provided value ID.
Signature:
typescript
export declare function calcValueIdHash(valueId: string): number;
Parameters
Parameter | Type | Description |
---|---|---|
valueId | string | The value ID. |
number
The calculated value ID hash.