Si se habilita DevicePowerPeakShiftEnabled y se asigna un valor a DevicePowerPeakShiftDayConfig, se definirá la configuración diaria del cambio de alimentación en picos.
Si no se asigna ningún valor a esta política, el cambio de alimentación en picos quedará desactivado.
Los valores válidos para el campo minute en start_time, end_time y charge_start_time son 0, 15, 30 y 45.
Consulta la página https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DevicePowerPeakShiftDayConfig para obtener más información sobre el esquema y el formato.
Valor de ejemplo:
{
"entries": [
{
"day": "MONDAY",
"start_time": {
"hour": 9,
"minute": 0
},
"end_time": {
"hour": 15,
"minute": 15
},
"charge_start_time": {
"hour": 20,
"minute": 45
}
},
{
"day": "FRIDAY",
"start_time": {
"hour": 2,
"minute": 30
},
"end_time": {
"hour": 21,
"minute": 0
},
"charge_start_time": {
"hour": 23,
"minute": 45
}
}
]
}
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 |