We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a49db0 commit 28a9f44Copy full SHA for 28a9f44
Lusas_Adapter/CRUD/Read/Loads/AreaTemperatureLoads.cs
@@ -43,7 +43,7 @@ private List<ILoad> ReadAreaTemperatureLoads(List<string> ids = null)
43
List<ILoad> bhomAreaTemperatureLoads = new List<ILoad>();
44
object[] lusasTemperatureLoads = d_LusasData.getAttributes("Temperature");
45
46
- if (!(bhomAreaTemperatureLoads.Count() == 0))
+ if (!(lusasTemperatureLoads.Count() == 0))
47
{
48
List<Panel> bhomPanel = ReadPanels();
49
Dictionary<string, Panel> surfaceDictionary = bhomPanel.ToDictionary(
0 commit comments