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
# trigger event action before disconnecting from devices
13700
-
if self.extrabuttonactions[1] != 18: # Artisan Commands are executed after the OFFMonitor action is fully executed as they might trigger another buttons
13700
+
if self.extrabuttonactions[1] not in {0, 18}: # Artisan Commands are executed after the OFFMonitor action is fully executed as they might trigger other buttons
13701
+
# for all actions (buttonaction!=0) which are not Artisan Command (buttonaction!=18)
previous_isRoaster_Roasting:bool=self.aw.orbiter.isRoaster_Roasting# keep previous roasting state to be able to detect a change after getting new data via getBT()
- added a popup explaining the reason the Roast Properties dialog is opened on START if plus is connected and disabled the OK button until beans are specified ([Issue #2133](../../../issues/2133))
0 commit comments