Skip to content

Commit

Permalink
Update vesynckitchen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tv4you2016 committed Nov 13, 2023
1 parent 7763c75 commit 36b7d5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyvesync/vesynckitchen.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@ def generate_payload_data(self, acook_cmd, amode, atime, atemp):
"""Generate the payload data based on the cooking."""
if amode == 'endCook':
return {'method': 'endCook', 'source': 'APP', 'data': {}}

return {
'method': 'startCook',
'source': 'APP',
Expand Down

0 comments on commit 36b7d5b

Please sign in to comment.