More Screen updates, icon and screens correction
This commit is contained in:
@@ -115,6 +115,8 @@ def cooking_state_on_state_change(state):
|
||||
uart_device.send_as_command(UARTCommand(UARTCommandType.COOKING_STATE_UPDATE, {"state": state.state}))
|
||||
if lora:
|
||||
lora.send_reliable({"id": DEVICE_ID, "new_cooking_state": state.state})
|
||||
|
||||
microwave_screen.update(cooking_state, defrost_mode)
|
||||
|
||||
def cooking_state_on_refresh(state):
|
||||
# Update OLED display
|
||||
|
||||
Reference in New Issue
Block a user