connectiq

package
v0.0.0-...-e05b1bb Latest Latest
Warning

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

Go to latest
Published: Oct 19, 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 ChargeMaxAmps

type ChargeMaxAmps struct {
	Max int64 `json:"max"`
}

type ChargeStatus

type ChargeStatus struct {
	Amps   int64  `json:"amps"`
	Pp     int64  `json:"pp"`
	Status string `json:"status"`
	Std    int64  `json:"std"`
}

type MeterRead

type MeterRead struct {
	Energy float64 `json:"energy"`
}

type MeterStatus

type MeterStatus struct {
	App  []float64 `json:"app"`
	Curr []float64 `json:"curr"`
	Fac  []float64 `json:"fac"`
	Pow  []float64 `json:"pow"`
	Volt []float64 `json:"volt"`
}

Jump to

Keyboard shortcuts

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