package
Version:
v0.0.0-...-a35a705
Opens a new window with list of versions in this module.
Published: Dec 1, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const API = "https://api.inexogy.com/public/v1"
type Meter struct {
MeterID string `json:"meterId"`
SerialNumber string `json:"serialNumber"`
FullSerialNumber string `json:"fullSerialNumber"`
}
type Reading struct {
Time int64
Values struct {
EnergyOut int64
Energy1, Energy2 int64
Voltage1, Voltage2, Voltage3 int64
EnergyOut1, EnergyOut2 int64
Power1, Power2, Power3 int64
Power int64
Energy int64
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.