Skip to content

Commit

Permalink
Update validate firmware parameters
Browse files Browse the repository at this point in the history
Add an entry for firmware set id in the task parameters.
  • Loading branch information
DoctorVin committed Aug 30, 2024
1 parent 4627556 commit 5bfcf3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions condition/server_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ type ServerControlTaskParameters struct {
// The timeout for a ValidateFirmware action
// Required for ValidateFirmware.
ValidateFirmwareTimeout time.Duration `json:"validate_firmware_timeout"`

// The firmware set identifier for the validate firmware action
// Required for ValidateFirmware
ValidateFirmwareID uuid.UUID `json:"validate_firmware_id"`
}

func (p *ServerControlTaskParameters) Unmarshal(r json.RawMessage) error {
Expand Down

0 comments on commit 5bfcf3b

Please sign in to comment.