Skip to content

Commit

Permalink
Merge pull request #1898 from balena-io/acostach-drop-default-power-mode
Browse files Browse the repository at this point in the history
vars-schema/env-vars: Drop "default" setting from power_mode
  • Loading branch information
acostach authored Dec 12, 2024
2 parents 352f723 + bfc8b39 commit cf7798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/vars-schema/env-vars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export const DEVICE_TYPE_SPECIFIC_CONFIG_VAR_PROPERTIES: Array<{
type: 'string',
description:
'Define the device power mode. Supported by OS with Jetpack 6 or higher.',
examples: ['low', 'mid', 'high', 'default'],
examples: ['low', 'mid', 'high'],
will_reboot: true,
},
BALENA_HOST_CONFIG_fan_profile: {
Expand Down

0 comments on commit cf7798d

Please sign in to comment.