ZHA Quirk - Endpoint information ENUMS

Im adjusting a Quirk, and was looking for the corresponding enum, for a hex value. Does anyone know where to find the list of corresponding ENUMS to endpoint cluster values??

eg. im looking for the enum of 0xfcc0

example of enums

“in_clusters”: [“0x0000”, “0x0001”, “0x0003”],

INPUT_CLUSTERS: [
Basic.cluster_id,
PowerConfiguration.cluster_id,
Identify.cluster_id,
],

thanks