curl --request GET \ --url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/smart-charging \ --header 'Authorization: Bearer <token>'
{ "data": { "timezone": null, "smart_charging": "disabled", "day_ahead_pricing_strategy": "automatic", "day_ahead_pricing_threshold": null, "day_ahead_pricing_smart_mode_price": null, "off_peak_start": "23:00", "off_peak_end": "07:00" } }
See the documentation for more information.
The ID of the team.
The ID of the site.
Show child attributes
null
"disabled"
"automatic"
"23:00"
"07:00"
Was this page helpful?