Skip to content

Commit

Permalink
FS-1729; Update BiosControl Actions (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans authored Sep 30, 2024
1 parent 24974f1 commit 9b9ba42
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions condition/bios_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ const (
// BiosControl identifies the Condition kind to configure the BIOS.
BiosControl Kind = "biosControl"

// ResetSettings will reset the BIOS to default settings.
ResetSettings BiosControlAction = "reset_settings"
// ResetBiosConfig will reset the BIOS to default settings.
ResetConfig BiosControlAction = "reset_config"

// SetBiosConfig will set a new BIOS config
SetConfig BiosControlAction = "set_config"
)

// BiosControlTaskParameters are the parameters that are passed for the BiosControl condition.
Expand Down

0 comments on commit 9b9ba42

Please sign in to comment.