RebootBehavior

How the firmware applies a saved config section (firmware AdminModule::handleSetConfig / handleSetModuleConfig): most sections are applied with a node reboot a few seconds after the save is acked.

This map is deliberately COARSE — the firmware's reboot decision is field-level for some sections and changes between releases, so the app only distinguishes "will restart", "may restart", and "never restarts". Bias toward MAY_RESTART when unsure; claim ALWAYS only for sections that have rebooted across firmware generations.

Entries

Link copied to clipboard

The firmware applies this section with a reboot; the save UI says "Save & restart".

Link copied to clipboard

The firmware reboots only when specific fields change; the save UI keeps the softer "may reboot" copy.

Link copied to clipboard

Applied live — no reboot, no warning.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.