Skip to content

Commit

Permalink
fix OutputState
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Jan 15, 2025
1 parent d97b556 commit ece2482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boneio/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.9.0dev8"
__version__ = "0.9.0dev9"
1 change: 1 addition & 0 deletions boneio/webui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ async def send_state_update(update: StateUpdate) -> bool:
state=output.state,
type=output.output_type,
pin=output.pin_id,
expander_id=output.expander_id,
timestamp=output.last_timestamp,
)
update = StateUpdate(type="output", data=output_state)
Expand Down

0 comments on commit ece2482

Please sign in to comment.