Skip to content

Commit 8756208

Browse files
committed
set backflush enabled on button
1 parent 20f6162 commit 8756208

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: lmcloud/lm_machine.py

+1
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ async def start_backflush(self) -> None:
296296
"""Start backflush"""
297297

298298
await self.cloud_client.start_backflush(self.serial_number)
299+
self.config.backflush_enabled = True
299300

300301
# async def set_schedule(self, schedule: LaMarzoccoSchedule) -> bool:
301302
# """Set schedule"""

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="lmcloud",
10-
version="1.1.12",
10+
version="1.1.13",
1111
description="A Python implementation of the new La Marzocco API",
1212
long_description=readme,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)