rename summer/winter switch to heatingMainSwitch
This commit is contained in:
@ -401,9 +401,9 @@ allLabeledItems.forEach((item: AItem) => {
|
||||
}
|
||||
})
|
||||
|
||||
let summerSwitchExport : ExportType|null = MaxThermostat.exportSummerSwitchItem()
|
||||
if (summerSwitchExport != null) {
|
||||
let da : string = summerSwitchExport['openhab'] as string
|
||||
let heatingMainSwitchExport : ExportType|null = MaxThermostat.exportHeatingMainSwitchItem()
|
||||
if (heatingMainSwitchExport != null) {
|
||||
let da : string = heatingMainSwitchExport['openhab'] as string
|
||||
openhabList.push(da)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user