chromium/components/policy/resources/templates/policy_definitions/Kiosk/DeviceWeeklyScheduledSuspend.yaml

caption: Schedule weekly suspend intervals
desc: |-
  This policy establishes a series of weekly intervals for scheduling automated suspension. When an interval starts, the <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> device will enter suspend mode, and wake up when the interval ends.

  Schedules with overlapping intervals are not supported. This policy will not have any effect if it contains any two overlapping intervals.

  <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> devices will use the system timezone to apply these intervals.

  Important Note: The schedules set by this policy may not occur as expected if they conflict with other power management settings, such as <ph name="POWER_MANAGEMENT_IDLE_SETTINGS_POLICY_NAME">PowerManagementIdleSettings</ph>. Ensure these settings are configured to allow the scheduled suspend intervals to take effect.
device_only: true
example_value:
- start:
    day_of_week: TUESDAY
    time: 12840000
  end:
    day_of_week: TUESDAY
    time: 21720000
- start:
    day_of_week: FRIDAY
    time: 38640000
  end:
    day_of_week: MONDAY
    time: 57600000
features:
  dynamic_refresh: true
owners:
- file://chrome/browser/ash/app_mode/OWNERS
schema:
  items:
    $ref: WeeklyTimeIntervals
  type: array
supported_on:
- chrome_os:125-
tags: []
type: dict