Skip to contents

Get day summary as a list

Usage

get_day_summary(token, plant_id, date)

Arguments

token

Authorisation token.

plant_id

Plant id.

date

Date in format YYYY-MM-DD

Value

List of power flow (and state of charge) values for the given day.

Examples

if (FALSE) { # \dontrun{
get_day_summary(token, 1, "2024-07-30")
} # }