Below are the various attributes you can assign to the component. Utilizing them can allow for modifications to the pre-created object.
zero_true.Timer
Zero True Component

Example Usage

import zero_true as zt

sample_timer = zt.Timer(
  id = 'sample_timer',  # Unique id for a component
  interval = 100000,  # Interval in milliseconds
  value = False,  # Flag for execution under interval
)