-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement in uei implementation guide #158
base: main
Are you sure you want to change the base?
Conversation
…lememtation requirements from participants - Add charging point details in the fulfillments array section of catalog - Charging Station Details in the locations array section of the catalog - updating the quotation object - Addign SOC (state of charge) details in the on_status api as tags
…nnectors, and one item can be at one location only
"descriptor": { | ||
"name": "ABC Charging station, sector 81" | ||
}, | ||
"address": "824, peter lane, street 8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the "Charging Station Details" (Point 1)
"currency": "INR" | ||
} | ||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new item was added just to showcase how to map multiple charging points to a single charging station.
"value": "Available" | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tag group contains the "Charging Point Details". (point 2
)
} | ||
] | ||
}, | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tag group contains connector details.
} | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This quotation object was removed. (Point 3)
] | ||
}, | ||
{ | ||
"descriptor": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added "Current Charging Details"/ Live charging details. (Point 4)
The following changes were made in the UEI: EV charging implementation guide.
Other changes: