Config
getAll
balena.models.config.getAll().then(function(config) {
console.log(config);
});getConfigVarSchema
Param
Type
Description
balena.models.config.getConfigVarSchema('raspberry-pi').then(function(options) {
console.log(options);
});getDeviceOptions
Param
Type
Description
getDeviceTypeManifestBySlug
Param
Type
Description
getDeviceTypes
Last updated
Was this helpful?