Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 27eee16
Author: Tim Clipsham <[email protected]>
Date:   Mon Dec 13 17:12:56 2021 +1100

    Bump library version to 0.8.0

commit 46d6882
Author: Tim Clipsham <[email protected]>
Date:   Sun Dec 12 01:09:23 2021 +1100

    Add message type for water reservoir contact

commit ca6e173
Author: Tim Clipsham <[email protected]>
Date:   Sat Dec 11 22:37:54 2021 +1100

    Add detection for water reservoir

commit 11f4258
Merge: 9b67eba afc09ae
Author: rccoleman <[email protected]>
Date:   Sat Oct 23 09:37:47 2021 -0700

    Merge pull request #32 from rccoleman/dev

    Updated requirements to avoid beta 1.x branch of authlib

commit 9b67eba
Merge: 70fd4e8 bdfb0a1
Author: rccoleman <[email protected]>
Date:   Sat Oct 23 09:19:51 2021 -0700

    Merge pull request #31 from rccoleman/dev

    Bump to 0.15.5 and refactor connection code
  • Loading branch information
rccoleman committed May 28, 2022
1 parent ce65229 commit 203aa2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lmdirect/msgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

KEY_ACTIVE = "key_active"
CURRENT_PULSE_COUNT = "current_pulse_count"
WATER_RESERVOIR_CONTACT = "water_reservoir_contact"

COFFEE_HEATING_ELEMENT_HOURS = "coffee_heating_element_hours"
STEAM_HEATING_ELEMENT_HOURS = "steam_heating_element_hours"
Expand Down Expand Up @@ -115,6 +116,7 @@
TYPE_COFFEE_TEMP = 4
TYPE_STEAM_TEMP = 5
TYPE_DRINK_STATS = 6
TYPE_WATER_RESERVOIR_CONTACT = 7

DIVIDE_KEYS = ["temp", "prebrewing_to"]
SERIAL_NUMBERS = [MACHINE_SER_NUM, MODULE_SER_NUM]
Expand Down Expand Up @@ -172,6 +174,7 @@ def type(self):
Elem(17): KEY_ACTIVE,
Elem(19, 2): CURRENT_PULSE_COUNT,
# Elem(23): POWER,
Elem(24): WATER_RESERVOIR_CONTACT,
Elem(27): HEATING_STATE,
# Elem(28, 2): TEMP_COFFEE,
# Elem(30, 2): TEMP_STEAM,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="lmdirect",
version="0.7.2",
version="0.8.0",
description="A Python implementation of the local La Marzocco API",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 203aa2e

Please sign in to comment.