-
-
Notifications
You must be signed in to change notification settings - Fork 118
[Feature Request]: Add broadcast event for accessory control #444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We do broadcast turnout changes. If you wish to broadcast specific accessory commands you can intercept them in exrail and broadcast a message of your own design. |
@Asbelos thanks for your response.
That requires registration of all accessory turnouts using I did a quick look into the CommandStation-EX sources, it wasn't that hard to add it :) Traintastic command log:
|
As a test I connected twice to a CommandStation-EX, one serial and one (wired) network using Traintastic. (My open source project for model railway control.)
When you control an engine, the other client(s) are notified, see log below:
This works very well.
But when it comes to controlling DCC accessory there is no way to know if someone controls an accessory, see log below:
It would be really helpful if the other clients are notified, similar to the
<l ....>
response for engine control.This makes it possible for clients to control accessory, another client (e.g. Traintastic) can then visualize the state of those accessories, e.g. turnout positions.
The text was updated successfully, but these errors were encountered: