Const
What a node should be doing at the current state of charge.
Provided as a runtime object plus a matching string-union type so it works as both a value (PowerMode.Saver) and a type annotation.
PowerMode.Saver
Readonly
Full duty, because the charge is healthy.
Minimum duty, to stay alive as long as possible.
Reduced duty, to conserve charge.
What a node should be doing at the current state of charge.
Provided as a runtime object plus a matching string-union type so it works as both a value (
PowerMode.Saver) and a type annotation.