Jika DeviceAdvancedBatteryChargeModeEnabled disetel ke Aktif, menyetel DeviceAdvancedBatteryChargeModeDayConfig akan memungkinkan Anda menyiapkan mode pengisian daya baterai lanjutan. Nilai untuk charge_start_time harus lebih kecil dari charge_end_time.
Jika kebijakan tidak disetel, mode pengisian daya baterai lanjutan akan tetap nonaktif.
Nilai yang valid untuk kolom minute dalam charge_start_time dan charge_end_time adalah 0, 15, 30, 45.
Buka https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DeviceAdvancedBatteryChargeModeDayConfig untuk informasi lebih lanjut terkait skema dan pemformatan.
Nilai contoh:
{
"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 |