Release Notes: Public API 2.114.0
12 months ago by Svetoslav Mitov
- Expose Firmware Update in action / charge point
- PATH PARAMETERS
chargePoint
(required)
integer - BODY SCHEMA
url
(required)
string
Description:Location (URL) from which to retrieve the firmware. retrieveAfter
datetime
Description:Specifies the date and time after which the Charge Point should retrieve the new firmware. If not provided, the current _datetime_ will be used.
retries
integer [0..10]
Description:Specifies how many times the Charge Point must try to retrieve the (new) firmware before giving up.
interval
integer [0..3600]
Description:The interval in seconds between each retry.
signed
(required)
boolean
Description:Indicates a Signed Firmware Update.
signingCertificate
string
Description:Required if "signed" is true.
signature
string
Description:Required if "signed" is true.
- PATH PARAMETERS