We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f6162 commit 8756208Copy full SHA for 8756208
lmcloud/lm_machine.py
@@ -296,6 +296,7 @@ async def start_backflush(self) -> None:
296
"""Start backflush"""
297
298
await self.cloud_client.start_backflush(self.serial_number)
299
+ self.config.backflush_enabled = True
300
301
# async def set_schedule(self, schedule: LaMarzoccoSchedule) -> bool:
302
# """Set schedule"""
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="lmcloud",
10
- version="1.1.12",
+ version="1.1.13",
11
description="A Python implementation of the new La Marzocco API",
12
long_description=readme,
13
long_description_content_type="text/markdown",
0 commit comments