Skip to contents

Get current power flow information for a plant

Usage

get_flow(token, plant_id)

Arguments

token

Authorisation token.

plant_id

Plant id.

Value

List of most recent power flows (and state of charge).

Examples

if (FALSE) { # \dontrun{
get_flow(token, 1)
} # }