หากเปิดใช้ DevicePowerPeakShiftEnabled การตั้งค่า DevicePowerPeakShiftDayConfig จะเป็นการกำหนดค่าวันที่มีการใช้ไฟจากแบตเตอรี่
การไม่ตั้งค่านโยบายจะทำให้การใช้ไฟจากแบตเตอรี่ปิดอยู่เสมอ
ค่าที่ใช้ได้สำหรับช่อง minute ใน start_time, end_time และ charge_start_time ได้แก่ 0, 15, 30, 45
ดูข้อมูลเพิ่มเติมเกี่ยวกับสคีมาและการจัดรูปแบบได้ที่ https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DevicePowerPeakShiftDayConfig
ค่าตัวอย่าง:
{
"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 |