You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.perKgRoastMode:bool = False # if true only the amount during the roast and not the full batch (incl. preheat and BBP) are displayed), toggled by click on the result widget
self.batcheditmode=False# a click to the batch label enables the batcheditmode
602
602
603
-
self.perKgRoastMode=False# if true only the amount during the roast and not the full batch (incl. preheat and BBP) are displayed), toggled by click on the result widget
self.perKgRoastMode=self.aw.qmc.perKgRoastMode# if true only the amount during the roast and not the full batch (incl. preheat and BBP) are displayed), toggled by click on the result widget
604
605
605
606
self.acaia:'Optional[Acaia]'=None# the BLE interface # noqa: UP037
606
607
self.scale_weight:Optional[float] =None# weight received from a connected scale
0 commit comments