Improve javadoc for some addons (#15701)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-10-08 00:25:04 +02:00
committed by GitHub
parent f8bcfb0c7e
commit f24a4305b8
275 changed files with 547 additions and 406 deletions

View File

@@ -32,12 +32,12 @@ public class BatteryStatus {
LOW_HIGH,
/**
* level0~5<=1 for BATT low
* level0~5{@literal <=1} for BATT low
*/
LEVEL,
/**
* level0~6<=1 for BATT low, 6 = dc power supply
* level0~6{@literal <=1} for BATT low, 6 = dc power supply
*/
LEVEL_OR_DC,
@@ -47,7 +47,7 @@ public class BatteryStatus {
VOLTAGE_BROAD_STEPS,
/**
* val*0.02V if v<=1.2V BATT low
* val*0.02V if {@literal v<=1.2V} BATT low
*/
VOLTAGE_FINE_STEPS
}