電力ピークシフトの曜日の設定を指定します。
このポリシーは DevicePowerPeakShiftEnabled が true に設定されている場合にのみ使用されます。
このポリシーを設定しない場合、電力ピークシフトは常に無効になります。
注: start_time、end_time、charge_start_time の minute フィールドで指定できる値は 0、15、30、45 です。
スキーマと書式設定について詳しくは、https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DevicePowerPeakShiftDayConfig をご覧ください。
サンプル値:
{
"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 |