ecb1

package
v0.0.0-...-3371691 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type All

type All struct {
	ProtocolVersion string `json:"protocol-version"`
	Network         struct{}
	System          struct{}
	Meters          []Meter
	ChargeControls  []ChargeControl
	Rfid            []Rfid
}

type ChargeControl

type ChargeControl struct {
	ID            int
	Name          string
	Mode          string
	State         string
	ManualModeAmp float64
	ModeID        int
	StateID       int
	Connected     bool
}

type Meter

type Meter struct {
	ID   int
	Name string
	Data map[string]float64
}

type Rfid

type Rfid struct {
	ID   int
	Name string
	Data struct {
		Tag string
	}
}

Jump to

Keyboard shortcuts

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