กำหนดค่าวันที่เปิดใช้พาวเวอร์พีคชิฟต์
ระบบจะใช้นโยบายนี้หากมีการตั้งค่า DevicePowerPeakShiftEnabled เป็น "จริง" เท่านั้น
หากไม่กำหนดค่านโยบายนี้หรือไม่ได้ตั้งค่า พาวเวอร์พีคชิฟต์จะปิดใช้เสมอ
หมายเหตุ: ค่าที่อนุญาตของช่องminuteใน start_time, end_time และ charge_start_time คือ 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 |