forked from M-Labs/thermostat
Config -> Settings part 2
This commit is contained in:
parent
98db321c2c
commit
37c982b786
@ -118,14 +118,14 @@ class Thermostat(QObject, metaclass=PropertyMeta):
|
||||
async def save_cfg(self, ch):
|
||||
await self._client.save_config(ch)
|
||||
self.info_box_trigger.emit(
|
||||
"Config loaded", f"Channel {ch} Config has been saved from flash."
|
||||
"Settings loaded", f"Channel {ch} Settings has been saved to flash."
|
||||
)
|
||||
|
||||
@asyncSlot()
|
||||
async def load_cfg(self, ch):
|
||||
await self._client.load_config(ch)
|
||||
self.info_box_trigger.emit(
|
||||
"Config loaded", f"Channel {ch} Config has been loaded from flash."
|
||||
"Settings loaded", f"Channel {ch} Settings has been loaded from flash."
|
||||
)
|
||||
|
||||
async def dfu(self):
|
||||
|
Loading…
Reference in New Issue
Block a user