diff --git a/src/features/vars-schema/env-vars.ts b/src/features/vars-schema/env-vars.ts index 0d754c4a4..d73bd31c8 100644 --- a/src/features/vars-schema/env-vars.ts +++ b/src/features/vars-schema/env-vars.ts @@ -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: {