package
Version:
v0.0.0-...-8dd3ec1
Opens a new window with list of versions in this module.
Published: Dec 10, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Accountdetails struct {
ResultCode int `json:"resultCode"`
PremiseList []Premise `json:"premiseList"`
}
type Consumption struct {
ResultCode int `json:"resultCode"`
MeterList []Meter `json:"meterList"`
}
type Interval struct {
LastReadDateTime string `json:"lastReadDateTime"`
LastReadValue string `json:"lastReadValue"`
IntConsumptionTotal float64 `json:"intConsumptionTotal"`
}
type Meter struct {
MeterNumber string `json:"meterNumber"`
Miu string `json:"miu"`
FirstReadDate string `json:"firstReadDate"`
LastReadDate string `json:"lastReadDate"`
IntervalList []Interval `json:"intervalList"`
}
type Premise struct {
MeterList []Meter `json:"meterList"`
}
type Validate struct {
ValidateResponse ValidateResponse `json:"validateResponse"`
}
type ValidateResponse struct {
Status string `json:"status"`
AccountNumber string `json:"accountNumber"`
RefToken string `json:"refToken"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.