Summary of the changes: - Output channel is now an enum - Support for different output types: single/pair/aspect - Outputs are no longer created on the interface and then assigned to a turnout/signal, instead a interface+channel+address is selected for a turnout/signal. Up to eight address can be used. - Removed some network commands, can now be handled using the generic property/method system. - Added support for DCCext (RCN-213) for LocoNet, DCC-EX and Z21. TODO: - Test/fix MarklinCAN/ECoS. - Test/fix load old world files.
16 Zeilen
206 B
JSON
16 Zeilen
206 B
JSON
{
|
|
"name": {},
|
|
"online": {},
|
|
"status": {},
|
|
"get_output": {
|
|
"parameters": [
|
|
{
|
|
"name": "channel"
|
|
},
|
|
{
|
|
"name": "address"
|
|
}
|
|
],
|
|
"return_values": 1
|
|
}
|
|
} |