电池相关属性值含义: Difference between revisions
(Created page with "{{#ifeq:{{currentloggeduser}}|| <div style="background-color: #ffcccc;border: 1px dashed red; padding: 10px;"> This content is restricted to authorized users only. Please log in to access additional information. </div> | persist.wp.charging.counter = true // 启动counter mode persist.wp.charging.recharge = 80 // counter mode下电量80%的时候recharge persist.wp.charging.stop = 90 // counter mode下电量充到90%停止 persist.wp.chargi...") |
No edit summary |
||
Line 19: | Line 19: | ||
persist.wp.battery.top = 90 // 正常模式下的电池最大电量保护, 数值表示正常模式下可以达到的最大电量百分比, 有效值10-99 。当设置了这个值后,正常模式(非countermode)下也会充电到指定电量的时候停止,并且按照100%上报,复充可以考虑下降5%。 | persist.wp.battery.top = 90 // 正常模式下的电池最大电量保护, 数值表示正常模式下可以达到的最大电量百分比, 有效值10-99 。当设置了这个值后,正常模式(非countermode)下也会充电到指定电量的时候停止,并且按照100%上报,复充可以考虑下降5%。 | ||
counter模式下,充满一次后,放电到persist.wp.charging.recharge定义才开始重新充电,冲到persist.wp.charging.stop停止,未设置stop, 默认值88%停止(电池供应商建议)。 | |||
[https://ftp.wizarpos.com/techsupport/software/BatteryChargeControl转测试说明文档.docx autocountermode功能逻辑] | |||
}} | }} |
Latest revision as of 08:03, 10 March 2025
This content is restricted to authorized users only. Please log in to access additional information.