Skip to content

Commit

Permalink
Increase the number of DeviceOS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
suda committed Sep 11, 2024
1 parent 24ec9dc commit f006e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmd/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,12 @@ module.exports = class ParticleApi {
);
}

listDeviceOsVersions(platformId, internalVersion){
listDeviceOsVersions(platformId, internalVersion, perPage=100){
return this._wrap(
this.api.listDeviceOsVersions({
platformId,
internalVersion,
perPage,
auth: this.accessToken
})
);
Expand Down

0 comments on commit f006e9a

Please sign in to comment.