Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • STATUS - Poll for the current status, should trigger a status reply message
  • SHUTDOWN - Causing the controller to end the program and close all sockets
  • LOGOUT - Closing the connection, leaving the controller running
  • PAUSE - suspend or resume the controller, must supply additional payload
    • state - boolean value, true if controller should be suspended
  • WRITE - Acquire write access mutex to the controller
  • CLEANUP (write) - Start the cleanup procedure, sending the trains back to their home tacks
  • DEBUG (write) - enable or disable verbose output, must supply additional payload
    • state - boolean value, true if verbose output should be activated
  • LIGHT (write) - activate or deactivate the lights on the railway, must supply additional payload
    • state - boolean value, true if lights should be lit
  • WAIT (write) - Force a train to wait in the next station, must supply additional payload
    • train - integer train identification
  • START (write) - Force a waiting train to immediately abort the waiting timer, must supply additional payload
    • train - integer train identification
  • SCHEDULE (write) - Set the new schedule for a train, needs additional payload
    • train - integer train identification
    • currentIndex - current integer position in the schedule array
    • tracks - a JSON Array of integer values, representing the station tracks in encoding above
  • SPEED (write) - Change the speed settings of a train, needs additional payload
    • train - integer train identification
    • speeds - JSON Array with three integer values spdSlow, spdCaution, spdNormal
  • TIME (write) - Change the waiting times for a train
    • train - integer train identification
    • times - a flat array of the form [station1_minTime, station1_maxTime, station2_minTime, station2_maxTime, ...]. The order of the stations is defined by the order in the table above.
      Status
      colourYellow
      titleDefine a format for thisNew definition