types

package
v0.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AverageOutput

type AverageOutput struct {
	ProjectID         string    `bigquery:"project_id" json:"project_id"`
	AverageOutput     float64   `bigquery:"average_output" json:"average_output"`
	Baseline          float64   `bigquery:"baseline" json:"baseline"`
	ContractThreshold float64   `bigquery:"contract_threshold" json:"contract_threshold"`
	StartTime         time.Time `bigquery:"start_time" json:"start_time"`
	EndTime           time.Time `bigquery:"end_time" json:"end_time"`
}

type DER

type DER struct {
	DerID                 string    `bigquery:"der_id" json:"der_id"`
	IsOnline              bool      `bigquery:"is_online" json:"is_online"`
	Timestamp             time.Time `bigquery:"timestamp" json:"timestamp"`
	CurrentOutput         float64   `bigquery:"current_output" json:"current_output"`
	PowerMeterMeasurement float64   `bigquery:"power_meter_measurement" json:"power_meter_measurement"`
	Baseline              float64   `bigquery:"baseline" json:"baseline"`
	ContractThreshold     float64   `bigquery:"contract_threshold" json:"contract_threshold"`
	Units                 string    `bigquery:"units" json:"units"`
	ProjectID             string    `bigquery:"project_id" json:"project_id"`
	IsStandalone          bool      `bigquery:"is_standalone" json:"is_standalone"`
	ConnectionStartAt     time.Time `bigquery:"connection_start_at" json:"connection_start_at"`
	CurrentSoc            float64   `bigquery:"current_soc" json:"current_soc"`
	Type                  string    `bigquery:"type" json:"type"`
	NameplateCapacity     float64   `bigquery:"nameplate_capacity" json:"nameplate_capacity"`
}

type RealTimeDERData

type RealTimeDERData struct {
	ID string `bigquery:"id" json:"id"`
	DER
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL