Frontend  0.7.1
Loading...
Searching...
No Matches
Data
Todo
Data

Models

Todo
Models

ConnectionStatus

Todo
document

Repositories

Services

Services come in the two categories HTTP or WebSockets (well, and Fakes).

HTTP

HTTP is used where classic requests make sense and no bidirectional communication is necessary. This applies, for example, to the API for adding or deleting locomotives, changing device settings or querying the current system status. The following endpoints are defined for HTTP.

  • /dcc/locos/
    • GET
    • PUT
    • DELETE
  • /dcc/turnouts/
    • GET
    • PUT
    • DELETE
  • /dcc/
    • GET
    • POST
  • /settings/
    • GET
    • POST
  • /sys/
    • GET
  • /*
    • GET

DCC

Settings

Sys

WebSockets

WebSockets are used where fast bidirectional data communication is necessary. This primarily affects all the different APIs for firmware and sound updates, e.g. DECUP or ZUSI, but also the Z21 endpoint. The following endpoints are defined for WebSockets.

  • /ota/
  • /roco/z21/
  • /zimo/decup/zpp/
  • /zimo/decup/zsu/
  • /zimo/mdu/zpp/
  • /zimo/mdu/zsu/
  • /zimo/zusi/

OTA

Todo
document

ROCO Z21

Todo
document

ZIMO DECUP

Todo
document

ZIMO MDU

Todo
document

ZIMO ZUSI

Todo
document
Previous Next
Domain Utils