settings: added chg_state
This commit is contained in:
@@ -12,7 +12,7 @@ sel_month = (time.gmtime().tm_mon, time.gmtime().tm_mon)
|
||||
sel_days = (time.gmtime().tm_mday, time.gmtime().tm_mday)
|
||||
t_interval_s = 5 * 60
|
||||
|
||||
eps = {
|
||||
eps_defs = {
|
||||
"odo":
|
||||
{
|
||||
"values": "data/measurements/odometerStatus/value/odometer",
|
||||
@@ -28,6 +28,11 @@ eps = {
|
||||
"values": "data/charging/chargingStatus/value/chargePower_kW",
|
||||
"timestamps": "data/charging/chargingStatus/value/carCapturedTimestamp"
|
||||
},
|
||||
"chg_state":
|
||||
{
|
||||
"values": "data/charging/chargingStatus/value/chargingState",
|
||||
"timestamps": "data/charging/chargingStatus/value/carCapturedTimestamp"
|
||||
},
|
||||
"range":
|
||||
{
|
||||
"values": "data/fuelStatus/rangeStatus/value/totalRange_km",
|
||||
|
||||
Reference in New Issue
Block a user