Skip to content

Commit

Permalink
V1.19.03
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Jul 3, 2024
1 parent 84f1c82 commit 7dc741e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genmonlib/generac_evolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def SetupTiles(self):
)
self.TileList.append(Tile)

if not self.PreNexus:
if not self.PreNexus and not self.PowerPact:
Tile = MyTile(
self.log,
title="Output Voltage",
Expand Down Expand Up @@ -4880,7 +4880,7 @@ def DisplayStatus(self, DictOut=False, JSONNum=False, Reg0001Value=None):
)
}
)
if not self.PreNexus:
if not self.PreNexus and not self.PowerPact:
Engine.append(
{
"Output Voltage": self.ValueOut(
Expand Down

0 comments on commit 7dc741e

Please sign in to comment.