Documentation
¶
Overview ¶
Package cmd dispatches commands to handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCantAuthenticateUser = errors.New("can't authenticate user") ErrCantCreateConfigFile = errors.New("can't create config file") ErrCantReadBatteryState = errors.New("can't read battery state") ErrCantReadDetails = errors.New("can't read inverter's details") ErrCantReadGridState = errors.New("can't read grid state") ErrCantReadInputState = errors.New("can't read input state") ErrCantReadInverterSettings = errors.New("can't read inverter settings") ErrCantReadLoadStatistics = errors.New("can't read load statistics") ErrCantUpdateInverterSettings = errors.New("can't update inverter settings") ErrNoInverterSerialNumber = errors.New("no inverter serial number (--inverter) supplied") )
Errors that the CLI can return to the user.
View Source
var Version string = ""
Version references the tagged version number in GitHub.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.