Skip to content

Commit f88fa5e

Browse files
committed
update
1 parent 2d5b3be commit f88fa5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Apps/OpenInverter.app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class OpenInverterApp {
5858
renderParameters() {
5959
// Load parameters if not already loaded
6060
if (!this.state.oiParameters && !this.state.isLoadingOiParameters && this.state.isConnected) {
61-
this.emit('refresh-oi-parameters')
61+
this.refreshParameters()
6262
}
6363

6464
return html`
@@ -259,7 +259,7 @@ class OpenInverterApp {
259259
*/
260260
renderSpotvalues() {
261261
if (!this.state.oiSpotValues && !this.state.isLoadingOiSpotValues && this.state.isConnected) {
262-
this.emit('refresh-oi-spotvalues')
262+
this.refreshSpotValues()
263263
}
264264

265265
return html`

0 commit comments

Comments
 (0)