Set power peak shift day config.
This policy is only used if DevicePowerPeakShiftEnabled is set to true.
If this policy is not configured or left unset, power peak shift will always be disabled.
Note: allowed values for minute field in start_time, end_time and charge_start_time are 0, 15, 30, 45.
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DevicePowerPeakShiftDayConfig for more information about schema and formatting.
Example value:
{
"entries": [
{
"start_time": {
"minute": 0,
"hour": 9
},
"day": "MONDAY",
"charge_start_time": {
"minute": 45,
"hour": 20
},
"end_time": {
"minute": 15,
"hour": 15
}
},
{
"start_time": {
"minute": 30,
"hour": 2
},
"day": "FRIDAY",
"charge_start_time": {
"minute": 45,
"hour": 23
},
"end_time": {
"minute": 0,
"hour": 21
}
}
]
}
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | DevicePowerPeakShiftDayConfig |
Value Type | REG_SZ |
Default Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | DevicePowerPeakShiftDayConfig |
Value Type | REG_MULTI_SZ |
Default Value |