From bfc8b39d16476cdfa5a190ff6af6297882a3b592 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 12 Dec 2024 12:18:54 +0200 Subject: [PATCH] vars-schema/env-vars: Drop "default" setting from power_mode The 'default' setting is only supported for fan-profile, and not for power mode. Let's drop this from the examples. Change-type: patch Signed-off-by: Alexandru Costache --- src/features/vars-schema/env-vars.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {