Skip to content

Instantly share code, notes, and snippets.

@eydam-prototyping
Created February 16, 2021 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eydam-prototyping/c4c6fb577a4b72e26b016bb4218db2e5 to your computer and use it in GitHub Desktop.
Save eydam-prototyping/c4c6fb577a4b72e26b016bb4218db2e5 to your computer and use it in GitHub Desktop.
>>> temps
{'T_Oven': {'id': '28216185131901b5', 'name': 'T_Oven', 'value': 63.375}}
>>> sm.state
heatUp1
>>> temps
{'T_Oven': {'id': '28216185131901b5', 'name': 'T_Oven', 'value': 97.9375}}
>>> sm.state
toHot
>>> temps
{'T_Oven': {'id': '28216185131901b5', 'name': 'T_Oven', 'value': 112.0625}}
>>> sm.state
muchToHot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment