Skip to content

Commit

Permalink
fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Sep 19, 2023
1 parent 0c6e50d commit 0ab0315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rollershutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def _press_button_open(self):
self._press_button_open_relais()

def _press_button_close(self):
# FIXME: sometimes this command stops working, until we press buttons on the original remote?
close_command = "set sigduino sendMsg P46#111010101110001000#R10"
if self._use_fhem:
self._fhem.send_cmd(close_command)
Expand Down

0 comments on commit 0ab0315

Please sign in to comment.