fixed battery ChargeLevel type error
authorKevron Rees <kevron.m.rees@intel.com>
Wed, 15 Oct 2014 20:09:15 +0000 (13:09 -0700)
committerKevron Rees <kevron.m.rees@intel.com>
Wed, 15 Oct 2014 20:09:36 +0000 (13:09 -0700)
plugins/dbus/maintenance.h

index 97bc187..6f1cd94 100644 (file)
@@ -101,7 +101,7 @@ public:
                 **/
                wantPropertyVariant(VehicleProperty::BatteryCurrent, "Current", AbstractProperty::Read);
 
-               wantPropertyVariant(VehicleProperty::BatteryCurrent, "ChargeLevel", AbstractProperty::Read);
+               wantPropertyVariant(VehicleProperty::BatteryChargeLevel, "ChargeLevel", AbstractProperty::Read);
 
        }
 };