balena-io / balena-sdk

The SDK to make balena powered JavaScript applications.
https://www.balena.io/
Apache License 2.0
145 stars 46 forks source link

Add OS download custom properties #1331

Closed otaviojacobi closed 1 year ago

otaviojacobi commented 1 year ago

Change-type: minor

Resolves: # HQ: See: Depends-on: Change-type: major|minor|patch


Contributor checklist
otaviojacobi commented 1 year ago

@thgreasi I didn't really know how/if to test this automatically. I tested manually by passing some parameters to the sdk call and then provisioning an actual device, for example, now if we pass the appId this will make the device provision directly to the fleet and connect to it, which worked.

otaviojacobi commented 1 year ago

and FWIW this was already working on the JS version, even in previous one if you just ignored the typings

thgreasi commented 1 year ago

:+1: