Modernize invertergui: MQTT write support, HA integration, UI updates
Some checks failed
build / inverter_gui_pipeline (push) Has been cancelled
Some checks failed
build / inverter_gui_pipeline (push) Has been cancelled
This commit is contained in:
@@ -37,6 +37,22 @@ func (m *mock) Close() {
|
||||
|
||||
}
|
||||
|
||||
func (m *mock) WriteRAMVar(_ uint16, _ int16) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *mock) WriteSetting(_ uint16, _ int16) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *mock) SetPanelState(_ PanelSwitchState, _ *float64) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *mock) SetStandby(_ bool) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *mock) genMockValues() {
|
||||
mult := 1.0
|
||||
ledState := LedOff
|
||||
|
||||
Reference in New Issue
Block a user