Skip to content

Add support for broadcasting the current state - #247

Merged
chenxiaolong merged 1 commit into
masterfrom
broadcast
Sep 22, 2026
Merged

chenxiaolong merged 1 commit into
masterfrom
broadcast

Conversation

@chenxiaolong

Copy link
Copy Markdown
Owner

com.chiller3.basicsync.STATE_CHANGED will be sent whenever the state changes, same as for notification updates. Apps can also send com.chiller3.basicsync.REQUEST_STATE to request a one time update.

This commit also removes the PAUSING state since it was never used. Pausing and unpausing is instantaneous.

Fixes: #246

@chenxiaolong chenxiaolong self-assigned this Sep 22, 2026
com.chiller3.basicsync.STATE_CHANGED will be sent whenever the state
changes, same as for notification updates. Apps can also send
com.chiller3.basicsync.REQUEST_STATE to request a one time update.

This commit also removes the PAUSING state since it was never used.
Pausing and unpausing is instantaneous.

Fixes: #246

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
chenxiaolong added a commit that referenced this pull request Sep 22, 2026
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
@chenxiaolong
chenxiaolong merged commit 679a01e into master Sep 22, 2026
1 check passed
@chenxiaolong
chenxiaolong deleted the broadcast branch September 22, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose BasicSync state to external apps using the remote control API

1 participant