Commit 08c40b6a authored by Nils Richerzhagen's avatar Nils Richerzhagen
Browse files

New SiSType Battery EnergyLevel in uJ

parent 3a11892f
......@@ -70,6 +70,12 @@ public final class SiSTypes {
public static final SiSType<Double> ENERGY_BATTERY_LEVEL = create(
"ENERGY_BATTERY_LEVEL", Double.class, new AggregationDouble());
/**
* Current energy of the battery in uJ as double from 0 to ...
*/
public static final SiSType<Double> ENERGY_BATTERY_CAPACITY = create(
"ENERGY_BATTERY_CAPACITY", Double.class, new AggregationDouble());
/**
* [none] Just a dummy Test attribute of type double. Do not use in
* production code.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment