Merge pull request #253 from eworm-de/clock

get a useful tolal for clock meter
This commit is contained in:
Hisham Muhammad 2015-08-29 16:18:51 -03:00
commit a859e9204c
1 changed files with 1 additions and 1 deletions

View File

@ -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",