📄️ Create a charger
Creates a new charger with the provided details.
📄️ Get chargers
Retrieve a list of all chargers associated with the user.
📄️ Change charger availability
Changes the availability of the charger to operative or inoperative.
📄️ Delete charger by ID
Deletes a specific charger by its ID.
📄️ Get charger by ID
Retrieve a specific charger by its ID.
📄️ Update a charger
Updates an existing charger with the provided details.
📄️ Get authorized drivers
Retrieve a paginated list of drivers authorized to operate the specified charger.
📄️ Modify charger configuration
Updates a specific configuration setting on the charger.
📄️ Reboot a charger
Initiates a soft or hard reboot on the specified charger. Available values for `rebootType` are: 'Soft', 'Hard'.
📄️ Refresh charger configuration
Requests the latest configuration from the charger using OCPP GetConfiguration.
📄️ Start a charging session
Initiates a charging session on the specified socket of the charger.
📄️ Stop a charging session
Stops an active charging session on the specified socket of the charger.
📄️ Stop a charging session by a transaction id
Stops an ongoing transaction using the provided transaction ID.
📄️ Unlock a cable
Unlocks the cable connected to a specified socket of the charger.
📄️ Update charger firmware
Triggers a firmware update for the specified charger.
📄️ Update an existing charger socket
Patches an existing socket of a charger.