manual: added missing messages

Dieser Commit ist enthalten in:
Reinder Feenstra 2022-05-22 00:05:35 +02:00
Ursprung 943ff4ea52
Commit 940a2b64c0
4 geänderte Dateien mit 61 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -37,6 +37,17 @@ TODO
TODO
## C1008: Creating backup directory failed (*reason*) {#c1008}
TODO
## C1009: Creating settings backup failed (*reason*) {#c1009}
TODO
## C1010: Exporting world failed (*reason*) {#c1010}
TODO
## C1011: Importing world failed (*reason*) {#c1011}
TODO
## C2001: Address already used at #*object* {#c2001}
@ -57,6 +68,9 @@ TODO
**Solution:** Change the locomotive decoder address.
## C2004: Can't get free slot {#c2004}
TODO
## C9999: *message* {#c9999}
Custom critical message generated by a [Lua script](../lua.md).

Datei anzeigen

@ -102,6 +102,29 @@ TODO
TODO
## E2013: Serial port set baudrate failed (*reason*) {#e2013}
TODO
## E2014: Serial port set data bits failed (*reason*) {#e2014}
TODO
## E2015: Serial port set stop bits failed (*reason*) {#e2015}
TODO
## E2016: Serial port set parity failed (*reason*) {#e2016}
TODO
## E2017: Serial port set flow control failed (*reason*) {#e2017}
TODO
## E2018: Timeout, no echo within *number*ms {#e2018}
TODO
## E2019: Timeout, no response within *number*ms {#e2019}
TODO
## E9001: *error* (During execution of *name* event handler) {#e9001}
TODO
## E9999: *message* {#e9999}

Datei anzeigen

@ -32,6 +32,14 @@ TODO
TODO
## I2002: Hardware type: *type* {#i2002}
TODO
## I2003: Firmware version: *version* {#i2003}
TODO
## I9001: Stopped script {#i9001}
TODO
## I9999: *message* {#i9999}

Datei anzeigen

@ -112,7 +112,23 @@ TODO
TODO
## N1023: Simulation: disabled {#n1023}
TODO
## N1024: Simulation: enabled {#n1024}
TODO
## N1025: Exported world successfully {#n1025}
TODO
## N1026: Imported world successfully {#n1026}
TODO
## N2001: Simulation not supported {#n2001}
TODO
## N9001: Starting script {#n9001}
TODO
## N9999: *message* {#n9999}