Skip to content

Commit

Permalink
Add "uxg" to start_rolling_upgrade payload (#244)
Browse files Browse the repository at this point in the history
* Fix payload start_rolling_upgrade method

* Add "uxg" to start_rolling_upgrade payload
  • Loading branch information
Jacobtims authored Oct 17, 2024
1 parent 6498b02 commit 00a637d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ public function upgrade_device_external(string $firmware_url, $macs): bool
*/
public function start_rolling_upgrade(): bool
{
return $this->fetch_results_boolean('/api/s/' . $this->site . '/cmd/devmgr/set-rollupgrade', ['uap', 'usw', 'ugw']);
return $this->fetch_results_boolean('/api/s/' . $this->site . '/cmd/devmgr/set-rollupgrade', ['uap', 'usw', 'ugw', 'uxg']);
}

/**
Expand Down

0 comments on commit 00a637d

Please sign in to comment.