Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Art-of-WiFi/UniFi-API-client
Browse files Browse the repository at this point in the history
merging #243
  • Loading branch information
malle-pietje committed Oct 17, 2024
2 parents 05e791b + 192a126 commit 6498b02
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');
return $this->fetch_results_boolean('/api/s/' . $this->site . '/cmd/devmgr/set-rollupgrade', ['uap', 'usw', 'ugw']);
}

/**
Expand Down

0 comments on commit 6498b02

Please sign in to comment.