Versions in this module Expand all Collapse all v0 v0.1.4 Feb 18, 2026 Changes in this version type Client + func (c *Client) StationDevices(stationID int) ([]Device, error) + func (c *Client) Stations() ([]Station, error) + type Device struct + CollectionTime int + ConnectStatus int + DeviceID int + DeviceSn string + DeviceType string + type Station struct + GenerationPower float64 + GridInterconnType string + ID int + InstalledCapacity float64 + LastUpdateTime int + LocationAddress string + Name string + NetworkStatus string + StartOperatingTime int v0.1.3 Feb 18, 2026 v0.1.2 Mar 4, 2025 v0.1.1 Oct 26, 2023 v0.1.0 Oct 26, 2023 Changes in this version + type Client struct + func New(appID, appSecret, email, password string) (*Client, error) + func (c *Client) CurrentData(inverterSN string) (CurrentData, error) + type CurrentData struct + Code any + CollectionTime int + DataList []DataList + DeviceID int + DeviceSn string + DeviceState int + DeviceType string + Msg any + RequestID string + Success bool + type DataList struct + Key string + Name string + Unit any + Value string