LoadShed class

Represents the state of a Load Shed Kit peripheral attached to the device

Per Entergy article on understanding load shed:

  • When the demand for electricity nears available supply levels, it is sometimes necessary to temporarily interrupt the delivery of electricity to maintain the integrity of the power source and to prevent catastrophic failures and extended outages. This is called "shedding load."

Per Kohler Power Product Page:

  • The load shed kit monitors generator current and frequency to determine when to shed loads. This monitoring prevents frequency drops that can damage valuable electronics like computers and televisions.
  • Load management with the load shed kit allows the use of a smaller generator set.
  • The load shed kit disconnects non-critical loads to prevent the generator from overloading.
  • Less critical loads can be turned off automatically when essential appliances are running.
  • Applicable models: RXT/RDT Automatic Transfer Switch without load center (must be paired with a Kohler generator equipped with an RDC2 or DC2 controller)
Inheritance

Constructors

LoadShed({bool isConnected = false, Map<String, LoadShedValue>? values})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isConnected bool
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
values Map<String, LoadShedValue>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited