I have the following enum -
class Trigger(enum.IntEnum): NO = 1 T0 = 2 T1 = 3 T2 = 4 EXT3 = 5 EXT4 = 6 EXT5 = 7