Nếu bạn đặt DeviceAdvancedBatteryChargeModeEnabled thành Bật thì việc đặt DeviceAdvancedBatteryChargeModeDayConfig sẽ cho phép bạn thiết lập chế độ sạc pin nâng cao. Giá trị charge_start_time phải nhỏ hơn charge_end_time.
Nếu bạn không đặt chính sách này, chế độ sạc pin nâng cao sẽ tắt liên tục.
Các giá trị hợp lệ dành cho trường minute trong charge_start_time và charge_end_time là 0, 15, 30, 45.
Xem https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DeviceAdvancedBatteryChargeModeDayConfig để biết thêm thông tin về lược đồ và định dạng.
Giá trị mẫu:
{
"entries": [
{
"day": "TUESDAY",
"charge_start_time": {
"hour": 20,
"minute": 30
},
"charge_end_time": {
"hour": 23,
"minute": 0
}
},
{
"day": "FRIDAY",
"charge_start_time": {
"hour": 4,
"minute": 15
},
"charge_end_time": {
"hour": 6,
"minute": 45
}
}
]
}
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | DeviceAdvancedBatteryChargeModeDayConfig |
Value Type | REG_SZ |
Default Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | DeviceAdvancedBatteryChargeModeDayConfig |
Value Type | REG_MULTI_SZ |
Default Value |