Commit a859e920 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Merge pull request #253 from eworm-de/clock

get a useful tolal for clock meter
parents 08392ce5 804bd37d
......@@ -34,7 +34,7 @@ MeterClass ClockMeter_class = {
},
.setValues = ClockMeter_setValues,
.defaultMode = TEXT_METERMODE,
.total = 100.0,
.total = 1440, /* 24*60 */
.attributes = ClockMeter_attributes,
.name = "Clock",
.uiName = "Clock",
......
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