-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Missed DCC-EX native API command for Turntable deletion #442
Comments
Turntables created by <I commands only last until bootup. Thus there is no use cser for deleting a turntable at run time. |
So it's not possible to store turntables in EEPROM? |
It is, but that's only to be backward compatible with the old dcc++ and only on the cpus that it used to run on ( mega and uno() and dcc++ did not have turntables. |
So the approach to create turnouts, signals and outputs from my custom throttle software and store them in EEPROM is not recommended? And in general, a throttle is recommended to work with objects in read-only mode, no create/edit/delete? |
The confusing and messy (totally agree) commands are mostly there to satisfy jmri users who want to keep doing it in jmri. It's generally much easier to edit the hardware description of your layout on a PC and upload it to the cs. This gives you access to all features and multiple hw types. |
It's possible to add a turntable but no way to delete it.
It seems the Turntable and inherited classes don't have the corresponding method as well.
Please add the missed API command.
The text was updated successfully, but these errors were encountered: