View Source TripSwitch.Circuit (TripSwitch v0.1.1)
Documentation for TripSwitch.Circuit
.
Link to this section Summary
Link to this section Types
@type state() :: :closed | :half_open | :open
@type t() :: %TripSwitch.Circuit{ counter: pos_integer(), fix_after: pos_integer(), state: state(), surges: pos_integer(), threshold: pos_integer() }