Skip to content

Commit f006e9a

Browse files
committed
Increase the number of DeviceOS versions
1 parent 24ec9dc commit f006e9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cmd/api.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,12 @@ module.exports = class ParticleApi {
154154
);
155155
}
156156

157-
listDeviceOsVersions(platformId, internalVersion){
157+
listDeviceOsVersions(platformId, internalVersion, perPage=100){
158158
return this._wrap(
159159
this.api.listDeviceOsVersions({
160160
platformId,
161161
internalVersion,
162+
perPage,
162163
auth: this.accessToken
163164
})
164165
);

0 commit comments

Comments
 (0)